From 98baae88df8651f016ff39bf32ce77101c875511 Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Mon, 5 May 2003 14:46:49 +0000 Subject: [PATCH] xmlInitParser() at MINIT for better thread-safety (by Rob) --- ext/domxml/php_domxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /* }}} */ -- 2.40.0