summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-03-10 09:22:19 +0000
committerAndrey Hristov <andrey@php.net>2008-03-10 09:22:19 +0000
commit5034db7cbb0bc52ea8dcf91ff35324ca10a709a3 (patch)
treea66b2b0e4b631ae579e887f9e1058ab82a2bc9f8
parenta27e0c88189a3d73420547210f0603d8bca54166 (diff)
downloadphp-git-5034db7cbb0bc52ea8dcf91ff35324ca10a709a3.tar.gz
Update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fd7c0531de..3efa8006a1 100644
--- a/NEWS
+++ b/NEWS
@@ -126,6 +126,7 @@ PHP NEWS
- Fixed possible crash in ext/soap because of uninitialized value. (Zdash Urf)
- Fixed PECL bug #12431 (OCI8 ping functionality is broken). (Oracle Corp.)
+- Fixed bug #44371 (mysqli extension compile failed). (Andrey, petr_hroch_info)
- Fixed bug #44336 (Improve pcre UTF-8 string matching performance).
(frode at coretrek dot com, Nuno)
- Fixed bug #44214 (Crash using preg_replace_callback() and global variable).