summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2015-12-17 14:30:41 +0800
committerXinchen Hui <laruence@gmail.com>2015-12-17 14:30:41 +0800
commit1b4e224c9824233ee79e3c2439ce40f882c66e4f (patch)
treeb70a3b98d2d910d16334eb6f8556c1bce8b32260
parent9374977d215be414d6e2e98b041a2b8f9b9a1e8d (diff)
downloadphp-git-1b4e224c9824233ee79e3c2439ce40f882c66e4f.tar.gz
Update NEWs
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 699a54efe2..d8eb99d6bb 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ PHP NEWS
. Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV,
Segmentation fault). (Laruence)
+- Opcache:
+ . Fixed bug #71127 (Define in auto_prepend_file is overwrite). (Laruence)
+
- Readline:
. Fixed bug #71094 (readline_completion_function corrupts static array on
second TAB). (Nikita)