From: Anatol Belski Date: Wed, 16 Apr 2014 12:16:36 +0000 (+0200) Subject: updated NEWS X-Git-Tag: PRE_PHPNG_MERGE~371^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e74a03fa43af59d54796d47fa6ff75808431ee0c;p=php updated NEWS --- diff --git a/NEWS b/NEWS index e7618794d9..2f86fce868 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,10 @@ PHP NEWS . Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is supplied). (Boro Sitnikovski) +- DOM: + . Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, + not only the subset). (Anatol) + - Fileinfo: . Fixed bug #66907 (Solaris 10 is missing strcasestr and needs substitute). (Anatol)