History log of /PHP-8.4/ext/dom/tests/gh15192.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 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 ...