From: Alan Knowles Date: Tue, 27 Sep 2011 09:35:50 +0000 (+0000) Subject: document fix for #55475 in NEWS X-Git-Tag: php-5.3.9RC1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d25f2d4e069711e065a0f6951eb5ec57fdac7c75;p=php document fix for #55475 in NEWS --- diff --git a/NEWS b/NEWS index 487c7f49a6..72322bd7a9 100644 --- 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)