summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-03-03 10:19:54 +0300
committerDmitry Stogov <dmitry@zend.com>2015-03-03 10:19:54 +0300
commit66c883c0fd3394a2ea1e5580a6edf9f187abf96a (patch)
tree1dc93443769adf91947becf0e7cee78584cfa7db
parent26827a011186ebb0c0cbabe588e7717caf4d4327 (diff)
parentf353162ca2f33baf79cd77d7aa05693b03b121d8 (diff)
downloadphp-git-66c883c0fd3394a2ea1e5580a6edf9f187abf96a.tar.gz
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src: Update NEWS
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 79db18bb82..8c9cf74b12 100644
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,15 @@
. 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: