Update NEWS

This commit is contained in:
Yasuo Ohgaki 2015-02-14 05:41:04 +09:00
parent 3ea76a768c
commit c0dd221a3a

1
NEWS
View file

@ -5,6 +5,7 @@ PHP NEWS
- Core:
. Fixed bug #69017 (Fail to push to the empty array with the constant value
defined in class scope). (Laruence)
. Added NULL byte protection to exec, system and passthru. (Yasuo)
- ODBC:
. Bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)