]> granicus.if.org Git - php/commitdiff
BFN
authorMarcus Boerger <helly@php.net>
Mon, 16 Feb 2004 00:34:35 +0000 (00:34 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 16 Feb 2004 00:34:35 +0000 (00:34 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0879e9442e17a137c0a9d5a48737df989e86d948..4624f1f171e7b593b58abf765353ef8e2e75eeea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ PHP                                                                        NEWS
 - Fixed start-up problem if both SPL and SimpleXML were enabled. The double
   initialization of apache 1.3 was causing problems here. (Marcus, Derick)
 - Fixed bug #27237 (Working with simplexml crashes apache2). (Rob)
+- Fixed bug #27227 (Mixed case class names causes Fatal Error in Constructor 
+  call). (Marcus)
 
 12 Feb 2004, PHP 5 Beta 4
 - Changed exceptions so that they must now inherit from the built-in Exception