History log of /php-src/ext/dom/tests/gh16356.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 7ff940f2 11-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-16356: Segmentation fault with $outerHTML and next node (#16364)

`$outerHTML` should only serialize the current node, not its siblings.