From 77297a2b0177f59b0d71ddbdebf549f1a9ad2b8b Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 24 Nov 2003 19:01:45 +0000 Subject: [PATCH] fixed -> fixed section, added -> added section..etc. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 204c26bdbed..edcf4aa0170 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,13 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Oct 2003, PHP 5 Beta 3 -- The engine now preserves the case of the class passed to __autoload() (Andi) - Added new functions: . dba_key_split() to split inifile keys in an array. (Marcus) . time_nanosleep() signal safe sleep (Magnus, Ilia) . headers_list(). (Sara) . php_strip_whitespace(). strip whitespace & comments from a script. (Ilia) . php_check_syntax(). check php script for parse errors. (Ilia) +- Fixed __autoload() to preserve case of the passed class name. (Andi) - Fixed bug #26072 (--disable-libxml does not work). (Jani) - Fixed bug #26083 (Non-working write support in ext/dom). (Ilia) - Fixed bug #24394 (Serializing cross-referenced objects causes segfault).