]> granicus.if.org Git - php/commitdiff
bfn
authorfoobar <sniper@php.net>
Wed, 30 Nov 2005 12:35:55 +0000 (12:35 +0000)
committerfoobar <sniper@php.net>
Wed, 30 Nov 2005 12:35:55 +0000 (12:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 45352b0e483405254c9d8da2f60ccce793c7f06b..e1f68d5209efc4ba3268571d51d70b71f3b721e6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, PHP 5.1.2
-- Fixed crash and leak in mysqli when client is 4.1.x to 5.x server. (Andrey)
 - Added --enable-gcov configure option to enable C-level code coverage.
   (John, Jani)
 - Added missing support for 'B' format identifier to date() function. (Ilia)
@@ -14,6 +13,8 @@ PHP                                                                        NEWS
   . Fixed isset/empty/(bool) behavior
   . Fixed iterator edge cases
   . Added methods getNamespaces(), getDocNamespaces()
+- Fixed crash and leak in mysqli when using 4.1.x client libraries and
+  connecting to 5.x server. (Andrey)
 - Fixed bug #35470 (Assigning global using variable name from array doesn't
   function). (Dmitry)
 - Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia)