1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00

Update NEWS

This commit is contained in:
Andrey Hristov
2008-03-10 09:22:19 +00:00
parent a27e0c8818
commit 5034db7cbb

1
NEWS
View File

@@ -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).