From: Xinchen Hui Date: Tue, 17 Feb 2015 03:36:44 +0000 (+0800) Subject: Update NEWS X-Git-Tag: PRE_PHP7_EREG_MYSQL_REMOVALS~131^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dec83ea4ac96aa3d5b888b850d90d93e9e19ac78;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 86ebfd3f59..128b786519 100644 --- 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)