From 3e7fcd9cab1dace82b28a80097cbb3eb7b851c18 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 7 Nov 2012 01:18:34 -0800 Subject: [PATCH] fix NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index d476cec6abb..ee9a884edf0 100644 --- a/NEWS +++ b/NEWS @@ -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)