diff options
author | Stanislav Malyshev <stas@php.net> | 2014-11-23 16:22:52 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-11-23 16:24:54 -0800 |
commit | 5a3e236bd5f40d17812b4da23ef19a4f4f67abc6 (patch) | |
tree | d875bba85ea3ce9437332048736f380064ffd4df | |
parent | faee48506d5a8246577ac9da2d3cba0cac5df752 (diff) | |
parent | 03dcf66f9a204a2158a266f5bb739295dfb73ee5 (diff) | |
download | php-git-5a3e236bd5f40d17812b4da23ef19a4f4f67abc6.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix NEWS order
-rw-r--r-- | NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -3,22 +3,24 @@ PHP NEWS ?? ??? 2014, PHP 5.6.4 - Core: - . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence) + . Fixed bug #68091 (Some Zend headers lack appropriate extern "C" blocks). + (Adam) . Fixed bug #68104 (Segfault while pre-evaluating a disabled function). (Laruence) + . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly triggered). (Julien) . Fixed bug #68355 (Inconsistency in example php.ini comments). (Chris McCafferty) - . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly triggered). (Julien) + . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence) . Fixed bug #68446 (Array constant not accepted for array parameter default). (Bob) - FPM: + . Fixed bug #68381 (fpm_unix_init_main ignores log_level). + (David Zuelke, Remi) . Fixed bug #68420 (listen=9000 listens to ipv6 localhost instead of all addresses). (Remi) . Fixed bug #68421 (access.format='%R' doesn't log ipv6 address). (Remi) . Fixed bug #68423 (PHP-FPM will no longer load all pools). (Remi) . Fixed bug #68428 (listen.allowed_clients is IPv4 only). (Remi) - . Fixed bug #68381 (fpm_unix_init_main ignores log_level). - (David Zuelke, Remi) . Fixed bug #68452 (php-fpm man page is oudated). (Remi) . Fixed request #68458 (Change pm.start_servers default warning to notice). (David Zuelke, Remi) |