]> granicus.if.org Git - php/commitdiff
BFN
authorMichael Wallner <mike@php.net>
Mon, 2 Dec 2013 16:02:01 +0000 (17:02 +0100)
committerMichael Wallner <mike@php.net>
Mon, 2 Dec 2013 16:02:01 +0000 (17:02 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 0815ca0aab1a8ff756e7ae6c4f7bef828efbb9e9..792aa2727ca53ecfd2680501e21dd83f2120336e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP                                                                        NEWS
   . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi)
   . Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov)
   
+- DOM:
+  . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() 
+    Produces invalid Markup). (Mike)
+
 - Sockets:
   . Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). (Felipe)