History log of /php-src/ext/dom/tests/gh15192.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 402b1c29 13-Sep-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Add Dom\Element::$outerHTML getter

Reference: https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-outerhtml-property


# 76ad89cc 01-Aug-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-15192: Segmentation fault in dom extension (html5_serializer)

When cloning a document, doc will not be equal to the actual new
document clone->doc. clone->doc will always point to

Fix GH-15192: Segmentation fault in dom extension (html5_serializer)

When cloning a document, doc will not be equal to the actual new
document clone->doc. clone->doc will always point to the correct
document so use that instead when comparing document nodes.

Closes GH-15198.

show more ...