]> granicus.if.org Git - php/commitdiff
- There's no need to mention these bugs, they all belong to "Added namespaces"
authorJohannes Schlüter <johannes@php.net>
Wed, 17 Oct 2007 17:22:52 +0000 (17:22 +0000)
committerJohannes Schlüter <johannes@php.net>
Wed, 17 Oct 2007 17:22:52 +0000 (17:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 34f9aa430a7fdd61dad130ad6d0700a51f56d64d..d2537c4f92b108062aea7257aceacebb890ee144 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -42,13 +42,6 @@ PHP                                                                        NEWS
 
 - Fixed possible crash in ext/soap because of uninitialized value (Zdash Urf)
 
-- Fixed bug #42919 (Unserializing of namespaced class object fails). (Dmitry)
-- Fixed bug #42859 (import always conflicts with internal classes).
-  (cellog@php.net, Dmitry)
-- Fixed bug #42820 (defined() on constant with namespace prefixes tries to load
-  class). (Dmitry)
-- Fixed bug #42798 (__autoload() not triggered for classes used in method
-  signature). (Dmitry)
 - Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines). (Nuno)
 - Fixed bug #42657 (ini_get() returns incorrect value when default is NULL).
   (Jani)