summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-03-25 12:53:44 -0700
committerStanislav Malyshev <stas@php.net>2012-03-25 12:53:44 -0700
commit6f6cc844e90c93dabcb6819b9956a00b66e491b4 (patch)
treefd2a83ae2e6d4aedeb9d42fd829c63c55076404b
parent2a74cb40080c9e16f7ae952fc46f64b219aaf77e (diff)
downloadphp-git-6f6cc844e90c93dabcb6819b9956a00b66e491b4.tar.gz
update NEWS
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 715ce27ca1..b4374678a4 100644
--- a/NEWS
+++ b/NEWS
@@ -45,13 +45,13 @@ PHP NEWS
- Installation
. Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)
-- mbstring:
- . MFH mb_ereg_replace_callback() for security enhancements. (Rui)
-
- Libxml:
- . Fixed bug #61367 (open_basedir bypass using libxml RSHUTDOWN).
+ . Fixed bug #61367 (open_basedir bypass using libxml RSHUTDOWN).
(Tim Starling)
+- mbstring:
+ . MFH mb_ereg_replace_callback() for security enhancements. (Rui)
+
- mysqli
. Fixed bug #61003 (mysql_stat() require a valid connection). (Johannes).