From: foobar Date: Tue, 19 Aug 2003 08:41:01 +0000 (+0000) Subject: Lets put this here when we really know its gonna be only in PHP 5 X-Git-Tag: RELEASE_0_7~557 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b14a91ecf8c7e22bf079acd5e7ba34bd4655a6c;p=php Lets put this here when we really know its gonna be only in PHP 5 --- diff --git a/NEWS b/NEWS index 96d4ecc157..29f2e52161 100644 --- a/NEWS +++ b/NEWS @@ -27,8 +27,6 @@ PHP NEWS - Fixed support for fields within XML documents in ext/xml. (Sterling) - Fixed visibility of __construct and __clone. (Marcus) -- Fixed bug #25140 (mb_convert_encoding returns FALSE when it tries to convert - empty string). (Derick) - Fixed bug #24729 ($obj = new $className; causes crash when $className is not set). (Marcus) - Fixed bug #24565 (cannot read array elements recived via $_REQUEST). (Zeev)