]> granicus.if.org Git - php/commitdiff
cleanup
authorfoobar <sniper@php.net>
Wed, 31 Dec 2003 01:27:35 +0000 (01:27 +0000)
committerfoobar <sniper@php.net>
Wed, 31 Dec 2003 01:27:35 +0000 (01:27 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 391e97c920ae7ab42be97e7bf75db25661b048f7..6d3aaf96bb6aeecadd7b2c0975a278d95fd2dc3a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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