From 5d58aff217fa7fc21f6e90244d49282c8f8dd622 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 2 Jan 2004 03:27:43 +0000 Subject: [PATCH] BFN --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index acab4a62474..3e5923b5013 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,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 #26762 (unserialize() produces lowercase classnames). (Marcus) - Fixed bug #26743 (getElementsByTagName doesn't work properly). (Rob) - Fixed bug #26736 (__autoload not invoked for parent classes). (Marcus) - Fixed bug #26723 (domNode::appendChild() changes child node namespace). (Rob)