From 9285d613f56f49f72c2b5c70fb0a857158858576 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Wed, 31 Dec 2003 08:57:09 +0000 Subject: [PATCH] fixed problems with longlong values in mysqli --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 6d3aaf96bb6..e178ab3d051 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)