This commit is contained in:
Stanislav Malyshev 2012-11-07 01:18:34 -08:00
parent e222837f6e
commit 3e7fcd9cab

4
NEWS
View File

@ -23,6 +23,10 @@ PHP NEWS
. Fixed bug #63389 (Missing context check on libxml_set_streams_context()
causes memleak). (Laruence)
- Mbstring:
. Fixed bug #63447 (max_input_vars doesn't filter variables when
mbstring.encoding_translation = On). (Laruence)
- OCI8:
. Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
(Chris Jones)