summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-01-23 13:12:16 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-01-23 13:12:16 +0100
commit28e650abf8097a28789a005e5028fee095359583 (patch)
treef2aa40cb0ad08d1e5d39af70afa93ed662761923 /ext/libxml/libxml.c
parent9c23a50939851c3e82fdb0e85ac1fd781ecae167 (diff)
downloadphp-git-28e650abf8097a28789a005e5028fee095359583.tar.gz
Revert "Merge branch 'PHP-7.4'"
This reverts commit 046dcfb531e242d36a7af2942b9b148290c3c7fe, due to segfaults on Travis. This needs to be investigated.
Diffstat (limited to 'ext/libxml/libxml.c')
-rw-r--r--ext/libxml/libxml.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index 3206bbe162..01dc753c7e 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -724,9 +724,7 @@ PHP_LIBXML_API void php_libxml_initialize(void)
{
if (!_php_libxml_initialized) {
/* we should be the only one's to ever init!! */
- ZEND_IGNORE_LEAKS_BEGIN();
xmlInitParser();
- ZEND_IGNORE_LEAKS_END();
_php_libxml_default_entity_loader = xmlGetExternalEntityLoader();
xmlSetExternalEntityLoader(_php_libxml_pre_ext_ent_loader);