summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReeze Xia <reeze@php.net>2015-03-03 14:22:03 +0800
committerReeze Xia <reeze@php.net>2015-03-03 14:22:03 +0800
commitbb466d57ae7a630526cc17f6259669f2be693aca (patch)
tree7719cfe9c3098210592ba255e1560cc310c619ce
parent34f09b62408759e9d8754ccdd790c6586507a4d2 (diff)
downloadphp-git-bb466d57ae7a630526cc17f6259669f2be693aca.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index da1fa62ce9..5eec926c32 100644
--- 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)