]> granicus.if.org Git - php/commitdiff
xmlInitParser() at MINIT for better thread-safety (by Rob)
authorChristian Stocker <chregu@php.net>
Mon, 5 May 2003 14:46:49 +0000 (14:46 +0000)
committerChristian Stocker <chregu@php.net>
Mon, 5 May 2003 14:46:49 +0000 (14:46 +0000)
ext/domxml/php_domxml.c

index f3c2b88188de9f814ec9ed20b439484faf252d78..859b63f647ea86d14884396411376da4430382ea 100644 (file)
@@ -1699,7 +1699,7 @@ PHP_MINIT_FUNCTION(domxml)
        exsltRegisterAll();
 #endif
 #endif
-
+       xmlInitParser();
        return SUCCESS;
 }
 /* }}} */