php-src/ext/libxml
Anatol Belski 8742276eb3 abstain from using xmlCleanupParser
Depending on circumstances, usage of xmlCleanupParser can affect
the thread local storage, or even cause crashes in single threaded
programs. On shutdown the memory will be freed anyway, however
not using xmlCleanupParser helps to avoid possible shutdown
crashes.
2015-02-17 10:37:52 +01:00
..
tests Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191 2014-06-09 07:08:04 +02:00
config0.m4 fix arg order, CFLAGS is the fifth arg in m4 2014-10-17 16:03:40 +02:00
config.w32 ext/libxml, ext/xml and ext/soap use static tsrmls pointer 2014-10-17 14:31:17 +02: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 abstain from using xmlCleanupParser 2015-02-17 10:37:52 +01:00
php_libxml2.def MFH: add missing exports 2008-12-27 12:16:12 +00:00
php_libxml.h made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00