]> granicus.if.org Git - php/commitdiff
re-arrange NEWS
authorFerenc Kovacs <tyrael@php.net>
Thu, 5 Mar 2015 20:07:05 +0000 (21:07 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 5 Mar 2015 20:07:05 +0000 (21:07 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 47e5858ac82a067d69b01877681915859c250148..0f3893c8e16c14561d55788f5d7dc612b42bdf95 100644 (file)
--- a/NEWS
+++ b/NEWS
   . Fixed bug #69141 (Missing arguments in reflection info for some builtin
     functions). (kostyantyn dot lysyy at oracle dot com)
 
+- CGI:
+  . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
+
+- CLI:
+  . Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)
+
 - cURL:
   . Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
     Win32). (Grant Pannell)
   . Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
     by libcurl. (Linus Unneback)
 
+- FPM:
+  . Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
+
 - ODBC:
   . Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
 
   . Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after 
     calling getChildren()). (Julien)
 
-- CGI:
-  . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
-
-- CLI:
-  . Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)
-
-- FPM:
-  . Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
-
 19 Feb 2015, PHP 5.6.6
 
 - Core: