Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.5.7php-5.5.7PHP-5.5.7 | Julien Pauli | 2013-12-11 | 3 | -4/+8 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-12-11 | 3 | -4/+61 |
| | | | | | | * PHP-5.4: 5.3.29-dev Fix CVE-2013-6420 - memory corruption in openssl_x509_parse | ||||
* | 5.5.7RC1php-5.5.7RC1 | Julien Pauli | 2013-11-27 | 3 | -4/+4 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-11-27 | 0 | -0/+0 |
|\ | | | | | | | | | | | | | | | | | * PHP-5.4: 5.4.24-dev now Conflicts: configure.in main/php_version.h | ||||
| * | 5.4.24-dev now | Stanislav Malyshev | 2013-11-27 | 3 | -5/+7 |
| | | |||||
* | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5 | Andrey Hristov | 2013-11-26 | 12 | -173/+250 |
|\ \ | |||||
| * | | Fixed opcahce_reset() crash when opcache.protect_memory is set | Dmitry Stogov | 2013-11-26 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5 | Dmitry Stogov | 2013-11-26 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: Fixed a wrong test | ||||
| | * | | Fixed a wrong test | Julien Pauli | 2013-11-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed bug #66176 (Invalid constant substitution) | Dmitry Stogov | 2013-11-26 | 1 | -2/+8 |
| | | | | |||||
| * | | | Fixed bug #66176 (Invalid constant substitution) | Dmitry Stogov | 2013-11-26 | 2 | -44/+45 |
| |/ / | |||||
| * | | Fixed bug #66176 (Invalid constant substitution) | Dmitry Stogov | 2013-11-26 | 5 | -126/+152 |
| | | | |||||
| * | | Added test | Dmitry Stogov | 2013-11-26 | 1 | -0/+22 |
| | | | |||||
| * | | Fixed bug #65559 (Opcache: cache not cleared if changes occur while running) | Dmitry Stogov | 2013-11-26 | 6 | -2/+22 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-26 | 1 | -0/+38 |
|\ \ \ | | |/ | |/| | |||||
| * | | add test | Andrey Hristov | 2013-11-26 | 1 | -0/+38 |
| | | | |||||
* | | | merge fix | Andrey Hristov | 2013-11-26 | 1 | -13/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-26 | 4 | -4/+29 |
|\ \ \ | |/ / | | / | |/ |/| | | | Conflicts: NEWS ext/mysqlnd/mysqlnd.c | ||||
| * | Fix for Bug #66141 (mysqlnd quote function is wrong with ↵ | Andrey Hristov | 2013-11-26 | 5 | -4/+19 |
| | | | | | | | | NO_BACKSLASH_ESCAPES after failed query) | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-25 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | Conflicts: NEWS | ||||
| * | bring the news | Andrey Hristov | 2013-11-25 | 1 | -0/+4 |
| | | |||||
* | | Fixed compatibility with old PHP versions | Dmitry Stogov | 2013-11-25 | 1 | -0/+2 |
| | | |||||
* | | Fixed bug #65915 (Inconsistent results with require return value) | Dmitry Stogov | 2013-11-25 | 3 | -1/+40 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-11-21 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.4: fixed test | ||||
| * | fixed test | Anatol Belski | 2013-11-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-21 | 1 | -11/+30 |
|\ \ | |/ | |||||
| * | And here is the real fix for #66124 | Andrey Hristov | 2013-11-21 | 1 | -11/+30 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-21 | 1 | -0/+101 |
|\ \ | |/ | |||||
| * | Fix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param ↵ | Andrey Hristov | 2013-11-21 | 1 | -0/+101 |
| | | | | | | | | with 'i') | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-11-20 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | * PHP-5.4: permanently deactivate that place, not on runtime only | ||||
| * | permanently deactivate that place, not on runtime only | Anatol Belski | 2013-11-20 | 1 | -0/+2 |
| | | | | | | | | | | besides the two "if" checks, this fixes static analyze which is sometimes broken because of this | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2013-11-20 | 1 | -0/+52 |
|\ \ | |/ | | | | | | | * PHP-5.4: added a test to cover distinction between boolean return value of unserialize function and deserializing serialized boolean | ||||
| * | Fix WS in serialization_error_002.phpt | Yasuo Ohgaki | 2013-11-20 | 1 | -4/+4 |
| | | |||||
| * | added a test to cover distinction between boolean return value of ↵ | Aaron Hamid | 2013-11-20 | 1 | -0/+52 |
| | | | | | | | | unserialize function and deserializing serialized boolean | ||||
| * | Fixed tests that fail with non-default `serialize_precision` configurations. | Jeff Welch | 2013-11-20 | 4 | -2/+5 |
| | | | | | | | | | | | | | | See: * https://bugs.php.net/bug.php?id=64760 * 4dc4302 | ||||
* | | Fixed tests that fail with non-default `serialize_precision` configurations. | Jeff Welch | 2013-11-20 | 4 | -2/+5 |
| | | | | | | | | | | | | | | See: * https://bugs.php.net/bug.php?id=64760 * 4dc4302 | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-11-19 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | * PHP-5.4: avoid doing a stream_select on a closed stream | ||||
| * | avoid doing a stream_select on a closed stream | Remi Collet | 2013-11-19 | 1 | -0/+1 |
| | | |||||
* | | Updated NEWS | Andrea Faulds | 2013-11-18 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'CLIGetAllHeadersBackport' into PHP-5.5 | Andrea Faulds | 2013-11-18 | 3 | -2/+149 |
|\ \ | | | | | | | | | | | | | | | | | | | * CLIGetAllHeadersBackport: Removed UPGRADING note Rewrote test using tcp instead of http:// stream Implemented FR #65917 (getallheaders() is not supported by the built-in...) | ||||
| * | | Removed UPGRADING note | Andrea Faulds | 2013-11-13 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | Conflicts: UPGRADING | ||||
| * | | Rewrote test using tcp instead of http:// stream | Andrea Faulds | 2013-11-12 | 1 | -17/+39 |
| | | | |||||
| * | | Implemented FR #65917 (getallheaders() is not supported by the built-in...) | Andrea Faulds | 2013-11-12 | 5 | -2/+134 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Implemented apache_request_headers() and getallheaders() alias in CLI server - Implemented apache_response_headers() in CLI server using FastCGI code Conflicts: NEWS UPGRADING | ||||
* | | | Update NEWS | Xinchen Hui | 2013-11-17 | 1 | -0/+4 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-11-17 | 2 | -1/+13 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string) | Xinchen Hui | 2013-11-17 | 3 | -1/+15 |
| | | | |||||
* | | | This is CLI web server change. Added some common MIME types to the | Christopher Jones | 2013-11-15 | 2 | -0/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | existing lookup list, pending a more thorough lookup solution, if anyone wants to do that. Ref http://news.php.net/php.internals/69990 A router can be used to add to, or override, the MIME type lookups, see http://php.net/manual/en/features.commandline.webserver.php | ||||
* | | | NEWS | Remi Collet | 2013-11-15 | 1 | -0/+2 |
| | | | |||||
* | | | Fix Bug #65714 PHP cli forces the tty to cooked mode | Remi Collet | 2013-11-15 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Only drop the using_history() call with libedit as I don't know if it is required with readline. This also allow to run a php script in background without it being aborted on first output. | ||||
* | | | Move the JSON bugfix into the 5.5.6 changelog. | Adam Harvey | 2013-11-14 | 1 | -4/+4 |
| | | |