]> granicus.if.org Git - php/commit
abstain from using xmlCleanupParser
authorAnatol Belski <ab@php.net>
Tue, 17 Feb 2015 09:37:52 +0000 (10:37 +0100)
committerAnatol Belski <ab@php.net>
Tue, 17 Feb 2015 09:37:52 +0000 (10:37 +0100)
commit8742276eb3905eb97a585417000c7b8df85006d4
tree060e18021b15df419c72a8922ddedb59e61aa668
parent4ff333f610a5178ca500e7145212624150771df4
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.
ext/libxml/libxml.c