1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
This commit is contained in:
Michael Wallner
2013-12-02 17:02:01 +01:00
parent 9c0a70c1de
commit ffbb56685f

4
NEWS
View File

@@ -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)