]> granicus.if.org Git - php/commitdiff
Update NEWS
authorReeze Xia <reeze@php.net>
Tue, 3 Mar 2015 06:22:03 +0000 (14:22 +0800)
committerReeze Xia <reeze@php.net>
Tue, 3 Mar 2015 06:22:03 +0000 (14:22 +0800)
NEWS

diff --git a/NEWS b/NEWS
index da1fa62ce9413c710288dba32ff37417286ac0e1..5eec926c32cb77244666df6f99c75db4ff4d8980 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,9 @@ PHP                                                                        NEWS
 - 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)