]> granicus.if.org Git - php/commitdiff
document fix for #55475 in NEWS
authorAlan Knowles <alan_k@php.net>
Tue, 27 Sep 2011 09:35:50 +0000 (09:35 +0000)
committerAlan Knowles <alan_k@php.net>
Tue, 27 Sep 2011 09:35:50 +0000 (09:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 487c7f49a686b272d58c83e94f1b897614d818b0..72322bd7a9e0457f54a3f8a6a04576e41b0c5102 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ PHP                                                                        NEWS
   . Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)
   . Fixed bug #55504 (Content-Type header is not parsed correctly on
     HTTP POST request). (Hannes)
+  . Fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to
+    is_a and is_subclass_of). (alan_k)
   . Fixed bug #52461 (Incomplete doctype and missing xmlns). 
     (virsacer at web dot de, Pierre)
   . Fixed bug #55366 (keys lost when using substr_replace an array) (Arpad)