summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-03-05 21:08:33 +0100
committerFerenc Kovacs <tyrael@php.net>2015-03-05 21:08:33 +0100
commit4bf74b5af739d26cecee80b581cfdc8df73f6991 (patch)
tree62bb075f17c38704ce159c0f038e27e2a0883047
parent6f6b14fec42cc43386c4263867fad1ea0da0f131 (diff)
downloadphp-git-4bf74b5af739d26cecee80b581cfdc8df73f6991.tar.gz
rearrange NEWS
-rw-r--r--NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index a2a8d8fe14..30b0350ca5 100644
--- a/NEWS
+++ b/NEWS
@@ -17,12 +17,21 @@
. 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)
@@ -61,15 +70,6 @@
. 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: