History log of /PHP-8.2/ext/dom/tests/gh16533.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a0a7361b 21-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-16533: Segfault when adding attribute to parent that is not an element

Attributes are only valid as children of elements. This bug goes back
all the way.

Closes GH-16537.