php-8.3.26
ext/libxml: Fixed custom external entity loader returning an invalid resource leading to a confusing TypeError message
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.
Control VCRT leak reporting via environment variable in debug builds
Normalize comments in *nix build system m4 files
Fix GH-19098: libxml<2.13 segmentation fault caused by php_libxml_node_free
Add libxml_get_external_entity_loader()
Backport 4fe8213: Backport libxml2 2.13.2 fixes (#14816)
Fix GH-14563: Build failure with libxml2 v2.13.0