From: Christian Stocker Date: Mon, 5 May 2003 14:46:49 +0000 (+0000) Subject: xmlInitParser() at MINIT for better thread-safety (by Rob) X-Git-Tag: php-4.3.2RC3~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98baae88df8651f016ff39bf32ce77101c875511;p=php xmlInitParser() at MINIT for better thread-safety (by Rob) --- diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index f3c2b88188..859b63f647 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -1699,7 +1699,7 @@ PHP_MINIT_FUNCTION(domxml) exsltRegisterAll(); #endif #endif - + xmlInitParser(); return SUCCESS; } /* }}} */