php-src/ext/libxml
Martin Jansen de31324c22 Fix bug #64938: libxml_disable_entity_loader setting is shared between threads
The availability of entity loading is stored in a module global which
previously was only initialized in the GINIT constructor. This had the
effect that disabling the entity loader in one request caused
subsequent requests hitting the same Apache child process to  also have
the loader disabled.

With this change the loader is explicitely enabled in the request init
phase.
2015-02-01 00:08:35 -08:00
..
tests Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191 2014-06-09 07:05:23 +02:00
config0.m4 MFH: Fix some configure --help texts 2007-07-03 17:25:43 +00:00
config.w32 - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
CREDITS Add libxml extension for common code that is needed to be shared between 2003-10-19 21:48:46 +00:00
libxml.c Fix bug #64938: libxml_disable_entity_loader setting is shared between threads 2015-02-01 00:08:35 -08:00
php_libxml2.def MFH: add missing exports 2008-12-27 12:16:12 +00:00
php_libxml.h Bump year 2015-01-15 23:26:03 +08:00