diff --git a/NEWS b/NEWS index 79db18bb823..8c9cf74b12c 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: