]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Tue, 17 Feb 2015 03:36:44 +0000 (11:36 +0800)
committerXinchen Hui <laruence@php.net>
Tue, 17 Feb 2015 03:36:44 +0000 (11:36 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 86ebfd3f59707284176fd16ee8ff2da1213b3753..128b786519a509d96135c389a204854ac0f67b6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,15 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Feb 2015, PHP 5.6.7
+
 - Core:
   . Added NULL byte protection to exec, system and passthru. (Yasuo)
 
-
 - ODBC:
-  . Bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
+  . Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
+
+- Opcache:
+  . Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)
 
 - OpenSSL:
   . Fixed bug #68912 (Segmentation fault at openssl_spki_new). (Laruence)