php-8.5.0
[RFC] Deprecate xml_parser_free() (#19449)
Add libxml extension for common code that is needed to be shared between various xml extensions. currently the only implemented support is the addition of the streams support for libxml. One new function, libxml_set_streams_context, which allows a streams context to bet set prior to loading or writing documents. This works transparently with any extension that uses libxml. All ini settings that effect streams will also now effect the loading and writing of xml documents.
Implement SVG image handler
Merge branch 'PHP-8.4' into PHP-8.5
ext/libxml: libxml_set_external_entity_loader() always returns true
Arginfo: avoid using temporary zvals for initializing attribute values (#19141)
ext/libxml: Add some const qualifiers
Remove custom UTF-8 check function from ext/libxml
Fix GH-14563: Build failure with libxml2 v2.13.0