]> granicus.if.org Git - php/commitdiff
fixed bug #30890
authorGeorg Richter <georg@php.net>
Sat, 4 Dec 2004 09:03:36 +0000 (09:03 +0000)
committerGeorg Richter <georg@php.net>
Sat, 4 Dec 2004 09:03:36 +0000 (09:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 46eed24b605b1c52b985d709f9f8f7415e169b74..e55231b16bc3240145c286574e75a2d485e8dcfd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP                                                                        NEWS
 - Fixed potential problems with unserializing invalid serialize data. (Marcus)
 - Fixed bug #30967 (properties in extended mysqli classes don't work). (Georg)
 - Fixed bug #30962 (mssql returns space for NULL columns). (Ilia)
+- Fixed bug #30890 (MySQLi testsuite)
 - Fixed bug #30856 (ReflectionClass::getStaticProperties segfaults). (Marcus)
 - Fixed bug #30832 ("!" stripped off comments in xml parser). (Rob)
 - Fixed bug #30799 (SoapServer doesn't handle private or protected properties).