summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-11-08 16:57:10 +0000
committerfoobar <sniper@php.net>2005-11-08 16:57:10 +0000
commitbd8fe7fcf063baba3262534e7a72451104affb05 (patch)
tree2ee7d01749384ea3accc7ee685b6c11f3675b8c4
parentf60da5cd5e216f310ee012004b7a06cb65a27637 (diff)
downloadphp-git-bd8fe7fcf063baba3262534e7a72451104affb05.tar.gz
FBFN
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
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)