summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2011-09-17 03:23:38 +0000
committerXinchen Hui <laruence@php.net>2011-09-17 03:23:38 +0000
commit2ec2b9e9f94847ea5473c8be686a8034ae52ae2a (patch)
tree1eef226064f9fd08c6a9e2287380d76084b106d8
parent08201e11fe07b5f1e83b08aa2ef8f0e130fdc72c (diff)
downloadphp-git-2ec2b9e9f94847ea5473c8be686a8034ae52ae2a.tar.gz
Update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index be7ce53503..18913cdc97 100644
--- a/NEWS
+++ b/NEWS
@@ -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)