sniper Mon Nov 24 14:01:47 2003 EDT Modified files: /php-src NEWS Log: fixed -> fixed section, added -> added section..etc. Index: php-src/NEWS diff -u php-src/NEWS:1.1502 php-src/NEWS:1.1503 --- php-src/NEWS:1.1502 Mon Nov 24 13:22:55 2003 +++ php-src/NEWS Mon Nov 24 14:01:45 2003 @@ -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).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php