From: Rob Richards Date: Wed, 4 Oct 2006 12:04:32 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.0RC5~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbf89ba3a8daf1b2582d302bcfa0fc5507c234e8;p=php BFN --- diff --git a/NEWS b/NEWS index 391136ae83..ad8a1bfa9d 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ PHP NEWS - Fixed mess with CGI/CLI -d option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests). (Dmitry) +- Fixed bug #39035 (Compatibilty issue between DOM and + zend.ze1_compatibility_mode). (Rob) - Fixed bug #39032 (strcspn() stops on null character). (Tony) - Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults). (Dmitry)