From 611a05f857dc145bf0e782164c98a04a2d5801f5 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 8 Nov 2005 14:10:17 +0000 Subject: [PATCH] BFN --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index e0cd294d5ad..56f9556f29d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Nov 2005, PHP 5.1 +- Fixed mysqli bug with unsigned int(11) represented as signed int in PHP. + (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)