History log of /PHP-8.3/ext/xml/tests/gh14834.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 0b6289da 06-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Test is for libxml only


# 67259e45 05-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-14834: Error installing PHP when --with-pear is used

libxml2 2.13 makes changes to how the parsing state is set, update our
code accordingly. In particular, it started reporting e

Fix GH-14834: Error installing PHP when --with-pear is used

libxml2 2.13 makes changes to how the parsing state is set, update our
code accordingly. In particular, it started reporting entities within
attributes, while it should only report entities inside text nodes.

Closes GH-14837.

show more ...