sniper Wed Nov 30 07:36:02 2005 EDT Modified files: (Branch: PHP_5_1) /php-src NEWS Log: bfn http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.256&r2=1.2027.2.257&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.256 php-src/NEWS:1.2027.2.257 --- php-src/NEWS:1.2027.2.256 Wed Nov 30 06:38:11 2005 +++ php-src/NEWS Wed Nov 30 07:35:55 2005 @@ -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 @@ . 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php