diff options
author | Xinchen Hui <laruence@php.net> | 2015-02-17 11:36:44 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-02-17 11:36:44 +0800 |
commit | dec83ea4ac96aa3d5b888b850d90d93e9e19ac78 (patch) | |
tree | 6e7578d705cb0fde2634c3c7bb38cb8df6ae8fc4 | |
parent | 1c0fa36c61f98cc33332e05387e84f18cde31fb6 (diff) | |
download | php-git-dec83ea4ac96aa3d5b888b850d90d93e9e19ac78.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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) |