sniper Tue Dec 30 20:27:36 2003 EDT Modified files: /php-src NEWS Log: cleanup Index: php-src/NEWS diff -u php-src/NEWS:1.1561 php-src/NEWS:1.1562 --- php-src/NEWS:1.1561 Mon Dec 29 11:45:59 2003 +++ php-src/NEWS Tue Dec 30 20:27:35 2003 @@ -1,20 +1,20 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2004, PHP 5 RC 1 -- Preserve class name casing for userspace classes. (Marcus) +?? ??? 2004, PHP 5 RC1 +- 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) -- Fixed bug #26723 (domNode::appendChild() changes child node namespace) (Rob) -- Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload +- Fixed bug #26723 (domNode::appendChild() changes child node namespace). (Rob) +- Fixed bug #26697 (calling class_exists() on a nonexistent class in __autoload results in segfault). (Marcus) - Fixed bug #26695 (Reflection API does not recognize mixed-case class hints). (Marcus) - Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers). (Ilia) -- Fixed bug #26680 (Added version check in mysqli_report_index) (Georg) +- Fixed bug #26680 (Added version check in mysqli_report_index). (Georg) - Fixed bug #26675 (Segfault on ArrayAccess use). (Marcus) - Fixed bug #26065 (Crash when nesting classes). (Marcus) -- Fixed bug #25038 (call_user_func issues warning if function throws +- Fixed bug #25038 (call_user_func() issues a warning if function throws an exception). (Marcus) 21 Dec 2003, PHP 5 Beta 3
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php