From: Moriyoshi Koizumi Date: Mon, 6 Oct 2003 01:07:15 +0000 (+0000) Subject: BFN X-Git-Tag: RELEASE_1_3b3~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2158617d3a2edd0ce26d5de01096f9ae4b2ec774;p=php BFN --- diff --git a/NEWS b/NEWS index 06060e79c0..e07849255b 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,7 @@ PHP NEWS - Fixed support for fields within XML documents in ext/xml. (Sterling) - Fixed visibility of __construct and __clone. (Marcus) +- Fixed bug #25756 (SimpleXML's validate_schema_file() broken). (Moriyoshi) - Fixed bug #24766 (strange result array from unpack()). (Moriyoshi) - Fixed bug #24729 ($obj = new $className; causes crash when $className is not set). (Marcus)