summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-11-07 01:18:34 -0800
committerStanislav Malyshev <stas@php.net>2012-11-07 01:18:34 -0800
commit3e7fcd9cab1dace82b28a80097cbb3eb7b851c18 (patch)
treecbba66d068066b6727dedda5ea7c99f2d93957b9
parente222837f6eefa757619533266ed149ab5dd91940 (diff)
downloadphp-git-3e7fcd9cab1dace82b28a80097cbb3eb7b851c18.tar.gz
fix NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d476cec6ab..ee9a884edf 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)