summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-11-23 16:21:53 -0800
committerStanislav Malyshev <stas@php.net>2014-11-23 16:21:53 -0800
commit03dcf66f9a204a2158a266f5bb739295dfb73ee5 (patch)
tree91fb72a4c46459d34838ff91bd06c32580ec8780
parent05394d6056d0798d8b34f90a4a043572e18b470f (diff)
downloadphp-git-03dcf66f9a204a2158a266f5bb739295dfb73ee5.tar.gz
fix NEWS order
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 275de4dc0c..1f83b03a4d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,20 +3,20 @@ PHP NEWS
?? ??? 2014, PHP 5.5.20
- Core:
- . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
- . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly
- triggered). (Julien)
. Fixed bug #68091 (Some Zend headers lack appropriate extern "C" blocks).
(Adam)
+ . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly
+ triggered). (Julien)
+ . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
- 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)