History log of /php-src/ext/simplexml/tests/gh17040.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 7acc3ac8 04-Dec-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-17040: SimpleXML's unset can break DOM objects

Don't free the underlying nodes if we still have objects pointing to
them, otherwise the objects are left with a NULL node pointer.

Fix GH-17040: SimpleXML's unset can break DOM objects

Don't free the underlying nodes if we still have objects pointing to
them, otherwise the objects are left with a NULL node pointer.

Closes GH-17046.

show more ...