summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-07-08 10:18:46 +0000
committerAndrey Hristov <andrey@php.net>2010-07-08 10:18:46 +0000
commitf20dd1f9ae699ee5f046d4ef4576e83aac35371d (patch)
tree12df2300e09358af6fd92eaa225844b4365f3e6f
parent5f790678ec9d193e48cd99b98f07454f2b322ad3 (diff)
downloadphp-git-f20dd1f9ae699ee5f046d4ef4576e83aac35371d.tar.gz
adding arginfo to mysqli fixed the bug
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1a0304eb78..6fa3443142 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,7 @@ PHP NEWS
(Felipe)
- Fixed bug #52115 (mysqli_result::fetch_all returns null, not an empty array).
(Andrey)
+- Fixed bug #49216 (Reflection doesn't seem to work properly on MySqli). (Andrey)
- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3). (Felipe)
- Fixed bug #33210 (getimagesize() fails to detect width/height on certain
JPEGs). (Ilia)