]>
granicus.if.org Git - php/log
Dmitry Stogov [Thu, 15 Jan 2015 18:08:21 +0000 (21:08 +0300)]
Avoid usage of uninitialized data
Dmitry Stogov [Thu, 15 Jan 2015 15:05:58 +0000 (18:05 +0300)]
Fixed malloc/emalloc mess
matbech [Tue, 13 Jan 2015 11:53:00 +0000 (12:53 +0100)]
Bug fix for wrong regex in mail
The wrong string PHP_WIN32_MAIL_UNIFY_REPLACE instead of PHP_WIN32_MAIL_UNIFY_PATTERN is used for the regex.
Dmitry Stogov [Thu, 15 Jan 2015 12:21:38 +0000 (15:21 +0300)]
Initialize ht->nTableMask
Xinchen Hui [Thu, 15 Jan 2015 10:41:25 +0000 (18:41 +0800)]
Save one condition
Anatol Belski [Thu, 15 Jan 2015 10:14:09 +0000 (11:14 +0100)]
optimize offset computation
Anatol Belski [Thu, 15 Jan 2015 10:02:32 +0000 (11:02 +0100)]
don't return value in the void function
Anatol Belski [Thu, 15 Jan 2015 10:01:18 +0000 (11:01 +0100)]
fix "unknown void * size" err
Xinchen Hui [Thu, 15 Jan 2015 09:29:01 +0000 (04:29 -0500)]
We could do more....
Xinchen Hui [Thu, 15 Jan 2015 06:17:58 +0000 (01:17 -0500)]
Fixed missed test
Xinchen Hui [Thu, 15 Jan 2015 06:23:47 +0000 (14:23 +0800)]
Fixed tests on 32-bits
Xinchen Hui [Thu, 15 Jan 2015 05:57:06 +0000 (13:57 +0800)]
Optimize array_unique to save some comparation calls
Xinchen Hui [Thu, 15 Jan 2015 03:14:43 +0000 (22:14 -0500)]
Merge branch 'zend_sort' of https://github.com/laruence/php-src
Stanislav Malyshev [Thu, 15 Jan 2015 00:14:43 +0000 (16:14 -0800)]
Fix bug #68816 - pointer to local outside of scope
Stanislav Malyshev [Thu, 15 Jan 2015 00:12:35 +0000 (16:12 -0800)]
Fix bug #68817: Null pointer deference
Daniel Lowrey [Wed, 14 Jan 2015 19:33:54 +0000 (20:33 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Update NEWS
Fixed bug #55618 (use case-insensitive cert name matching)
Dmitry Stogov [Wed, 14 Jan 2015 18:09:06 +0000 (21:09 +0300)]
Fixed typo
Dmitry Stogov [Wed, 14 Jan 2015 17:58:41 +0000 (20:58 +0300)]
Avoid string reallocation in strtr()
Daniel Lowrey [Wed, 14 Jan 2015 17:09:07 +0000 (18:09 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Update NEWS
Fixed bug #55618 (use case-insensitive cert name matching)
Daniel Lowrey [Wed, 14 Jan 2015 17:04:41 +0000 (18:04 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Update NEWS
Fixed bug #55618 (use case-insensitive cert name matching)
Daniel Lowrey [Wed, 14 Jan 2015 17:03:27 +0000 (18:03 +0100)]
Update NEWS
Daniel Lowrey [Wed, 14 Jan 2015 17:02:50 +0000 (18:02 +0100)]
Fixed bug #55618 (use case-insensitive cert name matching)
Dmitry Stogov [Wed, 14 Jan 2015 12:06:26 +0000 (15:06 +0300)]
Improve "instanceof". Interfaces of the left operand should be checked only if the right operand is interafce itself.
Dmitry Stogov [Wed, 14 Jan 2015 12:04:04 +0000 (15:04 +0300)]
Ipmrove strtr() by maintaining a set of characters that may start a matched pattern and avoid zend_hash_find() calls for other paterns.
Anatol Belski [Wed, 14 Jan 2015 11:31:57 +0000 (12:31 +0100)]
cleanup
Anatol Belski [Wed, 14 Jan 2015 11:29:50 +0000 (12:29 +0100)]
fixed zend_hash_init() when the lzcnt instruction isn't supported
Xinchen Hui [Wed, 14 Jan 2015 09:22:58 +0000 (17:22 +0800)]
Faster sorting algo
Dmitry Stogov [Tue, 13 Jan 2015 20:23:50 +0000 (23:23 +0300)]
Optimized str_[i]replace to aviod reallocations and repeatable conversions to lowercase
Xinchen Hui [Tue, 13 Jan 2015 15:39:33 +0000 (23:39 +0800)]
Update NEWS
Xinchen Hui [Tue, 13 Jan 2015 15:39:16 +0000 (23:39 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Tue, 13 Jan 2015 15:38:57 +0000 (23:38 +0800)]
Update NEWS
Dmitry Stogov [Tue, 13 Jan 2015 12:31:42 +0000 (15:31 +0300)]
Reorder conditions to make "fast paths" shorter
Dmitry Stogov [Tue, 13 Jan 2015 08:33:00 +0000 (11:33 +0300)]
Improved access to object properties (cache property offset instead of pointer to property_info).
Dmitry Stogov [Tue, 13 Jan 2015 08:32:36 +0000 (11:32 +0300)]
Fixed possible double free
Dmitry Stogov [Tue, 13 Jan 2015 06:33:15 +0000 (09:33 +0300)]
Handle run-time cache for static properties directly in executor.
Removed cache_slot argument in zend_std_get_static_property() and zend_std_unset_static_property().
Dmitry Stogov [Tue, 13 Jan 2015 05:30:54 +0000 (08:30 +0300)]
Fixed possible crash
Xinchen Hui [Tue, 13 Jan 2015 03:06:40 +0000 (22:06 -0500)]
Add hinting
Dmitry Stogov [Tue, 13 Jan 2015 00:32:51 +0000 (03:32 +0300)]
Improved access to static property. Now we cache pointers to zval instead of pointers to property_info.
Bob Weinand [Mon, 12 Jan 2015 21:30:38 +0000 (22:30 +0100)]
Only backup vm_stack* if generator->stack has not been freed
Dmitry Stogov [Mon, 12 Jan 2015 20:51:40 +0000 (23:51 +0300)]
Slight improvement in copying script from opcache SHM into process memory
Dmitry Stogov [Mon, 12 Jan 2015 20:50:03 +0000 (23:50 +0300)]
Optimized error_reporting() similar to silence operator (ZEND_BEGIN_SILENCE opcode).
Dmitry Stogov [Mon, 12 Jan 2015 19:30:55 +0000 (22:30 +0300)]
Fixed type (case sensetive/insensetive mess)
Dmitry Stogov [Mon, 12 Jan 2015 16:26:12 +0000 (19:26 +0300)]
Use FAST_ZPP in few more frequently used functions
Anatol Belski [Mon, 12 Jan 2015 16:03:00 +0000 (17:03 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed bug #68771 SQL syntax error in sqlite lib
Anatol Belski [Mon, 12 Jan 2015 16:02:18 +0000 (17:02 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed bug #68771 SQL syntax error in sqlite lib
Anatol Belski [Mon, 12 Jan 2015 15:55:47 +0000 (16:55 +0100)]
Fixed bug #68771 SQL syntax error in sqlite lib
Dmitry Stogov [Mon, 12 Jan 2015 13:51:59 +0000 (16:51 +0300)]
Added special optimized cases when strtr() called with zero or one search/replace pair.
Anatol Belski [Mon, 12 Jan 2015 12:01:27 +0000 (13:01 +0100)]
Merge branch 'master' of git.php.net:php-src
Anatol Belski [Mon, 12 Jan 2015 12:00:45 +0000 (13:00 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated libs_versions.txt
updated libs_versions.txt
Fix bug #68784
Fix bug #68784
We can't output absolute S and T values for the Diophantine solution here since it can vary based on the libgmp version we are linking against and in general there are almost always multiple valid solutions
We can't output absolute S and T values for the Diophantine solution here since it can vary based on the libgmp version we are linking against and in general there are almost always multiple valid solutions
Anatol Belski [Mon, 12 Jan 2015 11:59:59 +0000 (12:59 +0100)]
updated libs_versions.txt
Anatol Belski [Mon, 12 Jan 2015 11:58:37 +0000 (12:58 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated libs_versions.txt
Fix bug #68784
We can't output absolute S and T values for the Diophantine solution here since it can vary based on the libgmp version we are linking against and in general there are almost always multiple valid solutions
Anatol Belski [Mon, 12 Jan 2015 11:58:00 +0000 (12:58 +0100)]
updated libs_versions.txt
Dmitry Stogov [Mon, 12 Jan 2015 11:43:32 +0000 (14:43 +0300)]
Fixed reference support
Xinchen Hui [Mon, 12 Jan 2015 09:24:37 +0000 (17:24 +0800)]
Faster strrpos implementation
Xinchen Hui [Mon, 12 Jan 2015 07:34:46 +0000 (15:34 +0800)]
Faster zend_memnstr for long text
Xinchen Hui [Sun, 11 Jan 2015 03:19:49 +0000 (22:19 -0500)]
Fixed #68790 (Missing return)
Stanislav Malyshev [Sat, 3 Jan 2015 09:22:58 +0000 (01:22 -0800)]
trailing whitespace removal
Bob Weinand [Sat, 10 Jan 2015 21:29:00 +0000 (22:29 +0100)]
Fix missing ZVAL_DEREF()
Xinchen Hui [Sat, 10 Jan 2015 15:58:22 +0000 (10:58 -0500)]
Fixed #68779 (Incorrect sizeof)
Rasmus Lerdorf [Sat, 10 Jan 2015 02:08:36 +0000 (18:08 -0800)]
Fix bug #68784
Rasmus Lerdorf [Sat, 10 Jan 2015 02:08:36 +0000 (18:08 -0800)]
Fix bug #68784
Rasmus Lerdorf [Sat, 10 Jan 2015 02:08:36 +0000 (18:08 -0800)]
Fix bug #68784
Rasmus Lerdorf [Sat, 10 Jan 2015 01:24:48 +0000 (17:24 -0800)]
These tests all assume that IPV6 is available.
Rasmus Lerdorf [Sat, 10 Jan 2015 00:36:21 +0000 (16:36 -0800)]
Adding a note here for my future self so I won't
need to look into this again
Rasmus Lerdorf [Sat, 10 Jan 2015 00:27:09 +0000 (16:27 -0800)]
We can't output absolute S and T values for the
Diophantine solution here since it can vary based
on the libgmp version we are linking against and
in general there are almost always multiple valid
solutions
Rasmus Lerdorf [Sat, 10 Jan 2015 00:23:50 +0000 (16:23 -0800)]
We can't output absolute S and T values for the
Diophantine solution here since it can vary based
on the libgmp version we are linking against and
in general there are almost always multiple valid
solutions
Rasmus Lerdorf [Sat, 10 Jan 2015 00:16:47 +0000 (16:16 -0800)]
We can't output absolute S and T values for the
Diophantine solution here since it can vary based
on the libgmp version we are linking against and
in general there are almost always multiple valid
solutions
Nikita Popov [Fri, 9 Jan 2015 17:27:06 +0000 (18:27 +0100)]
Make empty list() check stricter
Now also includes list()s with just commas in it.
Nikita Popov [Fri, 9 Jan 2015 16:58:41 +0000 (17:58 +0100)]
Fix bug #68775
Julien Pauli [Fri, 9 Jan 2015 15:26:10 +0000 (16:26 +0100)]
Updated NEWS
Julien Pauli [Fri, 9 Jan 2015 15:25:14 +0000 (16:25 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Updated NEWS
Fix bug #68260
Julien Pauli [Fri, 9 Jan 2015 15:25:02 +0000 (16:25 +0100)]
Updated NEWS
Julien Pauli [Fri, 9 Jan 2015 15:24:32 +0000 (16:24 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix bug #68260
Julien Pauli [Fri, 9 Jan 2015 15:24:14 +0000 (16:24 +0100)]
Fix bug #68260
Guilherme Blanco [Fri, 5 Dec 2014 17:09:49 +0000 (17:09 +0000)]
Removed parsing support traits to have extends and implements.
Guilherme Blanco [Mon, 1 Dec 2014 18:44:07 +0000 (18:44 +0000)]
Decoupled class declaration statement into more granular pieces.
Francois Laupretre [Wed, 7 Jan 2015 11:59:44 +0000 (12:59 +0100)]
Fix README.PARAMETER_PARSING_API
krakjoe [Fri, 9 Jan 2015 07:48:29 +0000 (07:48 +0000)]
Merge branch 'master' of git://git.php.net/php-src
krakjoe [Fri, 9 Jan 2015 07:45:21 +0000 (07:45 +0000)]
optimization for bug report #68679
Xinchen Hui [Fri, 9 Jan 2015 03:54:41 +0000 (11:54 +0800)]
Update NEWs
Xinchen Hui [Fri, 9 Jan 2015 03:54:01 +0000 (11:54 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Fri, 9 Jan 2015 03:53:47 +0000 (11:53 +0800)]
Fixed bug (try block removed while combined with xdebug)
Dmitry Stogov [Thu, 8 Jan 2015 22:41:13 +0000 (01:41 +0300)]
Fixed bug #68636 (setlocale no longer returns current value per category).
Adam Harvey [Thu, 8 Jan 2015 19:17:53 +0000 (19:17 +0000)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Calling crypt() with a salt of *0 should always return *1.
Conflicts:
configure.in
main/php_version.h
Adam Harvey [Thu, 8 Jan 2015 19:16:32 +0000 (19:16 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Calling crypt() with a salt of *0 should always return *1.
5.5.22 now
Conflicts:
configure.in
main/php_version.h
Adam Harvey [Thu, 8 Jan 2015 19:13:23 +0000 (19:13 +0000)]
Calling crypt() with a salt of *0 should always return *1.
Anatol Belski [Thu, 8 Jan 2015 17:11:46 +0000 (18:11 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix test
Anatol Belski [Thu, 8 Jan 2015 17:11:15 +0000 (18:11 +0100)]
fix test
Xinchen Hui [Thu, 8 Jan 2015 08:32:20 +0000 (16:32 +0800)]
Fixed #68677
Xinchen Hui [Thu, 8 Jan 2015 08:29:33 +0000 (16:29 +0800)]
Fixed #68692
Xinchen Hui [Thu, 8 Jan 2015 08:28:32 +0000 (16:28 +0800)]
Fixed #68694
Xinchen Hui [Thu, 8 Jan 2015 08:26:20 +0000 (16:26 +0800)]
Fixed #68704
Xinchen Hui [Thu, 8 Jan 2015 08:20:20 +0000 (16:20 +0800)]
Fixed #68711
Xinchen Hui [Thu, 8 Jan 2015 08:09:41 +0000 (16:09 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Thu, 8 Jan 2015 08:09:02 +0000 (16:09 +0800)]
Fixed bug #68739 #68740 #68741
Keyur Govande [Wed, 7 Jan 2015 23:23:26 +0000 (23:23 +0000)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Add NEWS
Add NEWS
Patch commit
d9f85373e32 by moving the float_to_double function to a header file.
Fix for bugs #68114 (Build fails on OS X due to undefined symbols) and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors).
5.5.22 now
Conflicts:
ext/mysqli/mysqli_api.c
Keyur Govande [Wed, 7 Jan 2015 22:52:27 +0000 (22:52 +0000)]
Add NEWS
Keyur Govande [Wed, 7 Jan 2015 22:50:55 +0000 (22:50 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Add NEWS
Patch commit
d9f85373e32 by moving the float_to_double function to a header file.
Fix for bugs #68114 (Build fails on OS X due to undefined symbols) and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors).
5.5.22 now
Conflicts:
configure.in
main/php_version.h
Keyur Govande [Wed, 7 Jan 2015 22:42:28 +0000 (22:42 +0000)]
Add NEWS
Keyur Govande [Wed, 7 Jan 2015 21:13:57 +0000 (21:13 +0000)]
Patch commit
d9f85373e32 by moving the float_to_double function to
a header file.