History log of /PHP-8.4/ext/dom/tests/gh17223.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 7be950f3 24-Dec-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-17223: Memory leak in libxml encoding handling

This was a bug in both libxml and PHP.
We follow up with the same change as done in GNOME/libxml@b3871dd138.

Changing away

Fix GH-17223: Memory leak in libxml encoding handling

This was a bug in both libxml and PHP.
We follow up with the same change as done in GNOME/libxml@b3871dd138.

Changing away from `xmlOutputBufferCreateFilenameDefault` is not
possible yet because this is a stable branch and would break BC.

Closes GH-17254.

show more ...