From: foobar Date: Tue, 8 Nov 2005 16:57:10 +0000 (+0000) Subject: FBFN X-Git-Tag: php-5.1.0RC5~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd8fe7fcf063baba3262534e7a72451104affb05;p=php FBFN --- diff --git a/NEWS b/NEWS index 48cf337906..ddc9a3ee8c 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Nov 2005, PHP 5.1 -- Fixed mysqli bug with unsigned int(11) represented as signed int in PHP. - (Andrey) +- Fixed bug in mysqli extension with unsigned int(11) being represented as + signed integer in PHP instead of string in 32bit systems. (Andrey) - Fixed initializing and argument checking for posix_mknod(). (Derick) - Fixed bug #35142 (SOAP Client/Server Complex Object Support). (Dmitry) - Fixed bug #35135 (PDOStatment without related PDO object may crash). (Ilia)