1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

News entry

This commit is contained in:
Andrey Hristov
2008-03-20 15:39:44 +00:00
parent 85cd8525c9
commit 878f817df6

2
NEWS
View File

@@ -138,6 +138,8 @@ PHP NEWS
- Fixed PECL bug #12431 (OCI8 ping functionality is broken). (Oracle Corp.)
- Fixed bug #44414 (Incomplete reporting about abstract methods). (Dmitry)
- Fixed bug #44390 (mysqli_bind_param/bind_result and Object member variables)
(Andrey)
- Fixed bug #44352 (mysqli_connect_error() false negative for host errors).
(Andrey)
- Fixed bug #44336 (Improve pcre UTF-8 string matching performance).