php-src/ext/xml
Christoph M. Becker 2845f859c1 Fix #30875: xml_parse_into_struct() does not resolve entities
Setting up an empty default handler is not only useless, but actually
harmful, since internal entity-references are not resolved anymore.
From the libexpat docs[1]:

| Setting the handler with this call has the side effect of
| turning off expansion of references to internally defined general
| entities. Instead these references are passed to the default
| handler.

[1] <https://www.xml.com/pub/1999/09/expat/reference.html#setdefhandler>
2018-10-09 16:04:43 +02:00
..
tests Fix #30875: xml_parse_into_struct() does not resolve entities 2018-10-09 16:04:43 +02:00
compat.c year++ 2018-01-02 12:53:31 +08:00
config.m4 Fixes bug #75871 Use pkg-config for libxml2 if available 2018-02-08 10:50:22 +01:00
config.w32 improve searchability for libxml2 headers 2015-05-10 22:22:03 +02:00
CREDITS
expat_compat.h year++ 2018-01-02 12:53:31 +08:00
package.xml Typo 2007-03-14 09:58:14 +00:00
php_xml.h year++ 2018-01-02 12:53:31 +08:00
xml.c Fix #30875: xml_parse_into_struct() does not resolve entities 2018-10-09 16:04:43 +02:00
xml.mak Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00