alan_k                                   Tue, 27 Sep 2011 09:35:50 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=317382

Log:
document fix for #55475 in NEWS

Bug: https://bugs.php.net/55475 (Assigned) is_a() triggers autoloader
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2011-09-27 09:12:13 UTC (rev 317381)
+++ php/php-src/branches/PHP_5_3/NEWS   2011-09-27 09:35:50 UTC (rev 317382)
@@ -15,6 +15,8 @@
   . 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to