php-src/ext/libxml
Dik Takken e0fa48f69d Deprecate libxml_disable_entity_loader()
This method was used to protect code against XXE processing attacks.
Since PHP now requires libxml >= 2.9.0 external entity loading no longer
needs to be disabled to prevent these attacks. It is disabled by default.
Also, the method has an unwanted side effect that causes a lot of
confusion: Parsing XML data from resources like files is no longer possible.

Closes GH-5867.
2020-08-03 21:53:29 +02:00
..
tests Deprecate libxml_disable_entity_loader() 2020-08-03 21:53:29 +02:00
config0.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Control VCRT leak reporting via environment variable in debug builds 2020-06-10 09:05:17 +02:00
CREDITS
libxml_arginfo.h Deprecate libxml_disable_entity_loader() 2020-08-03 21:53:29 +02:00
libxml.c Add declared properties to LibXMLError 2020-07-08 10:41:46 +02:00
libxml.stub.php Deprecate libxml_disable_entity_loader() 2020-08-03 21:53:29 +02:00
php_libxml2.def Add symbol to libxml exports 2017-09-11 17:35:25 +02:00
php_libxml.h Fix [-Wundef] warnings in libxml extension 2020-05-16 15:31:23 +02:00