From: Georg Richter Date: Wed, 31 Dec 2003 08:57:09 +0000 (+0000) Subject: fixed problems with longlong values in mysqli X-Git-Tag: php_ibase_before_split~424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9285d613f56f49f72c2b5c70fb0a857158858576;p=php fixed problems with longlong values in mysqli --- diff --git a/NEWS b/NEWS index 6d3aaf96bb..e178ab3d05 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5 RC1 +- Fixed problems with longlong values in mysqli (Georg) - Fixed class name case preserving of user defined classes. (Marcus) - Fixed bug #26743 (getElementsByTagName doesn't work properly). (Rob) - Fixed bug #26736 (__autoload not invoked for parent classes). (Marcus)