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

Update NEWS

This commit is contained in:
Xinchen Hui
2011-09-17 03:23:38 +00:00
parent 08201e11fe
commit 2ec2b9e9f9

2
NEWS
View File

@@ -38,6 +38,8 @@ PHP NEWS
- MySQLi extension:
. Fixed bug #55582 (mysqli_num_rows() returns always 0 for unbuffered, when
mysqlnd is used). (Andrey)
. Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
(eran at zend dot com, Laruence)
- mysqlnd
. Fixed bug #55609 (mysqlnd cannot be built shared). (Johannes)