From: Christian Stocker Date: Fri, 5 Apr 2002 15:47:08 +0000 (+0000) Subject: oops. that was an error not detected in shared library mode ... X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~861 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=672586726ee02f9ab0c6a5db0b4e03f3d15ca49d;p=php oops. that was an error not detected in shared library mode ... --- diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 74712773fc..59fda9b4bc 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -1240,7 +1240,7 @@ PHP_MINIT_FUNCTION(domxml) domxmldoc_class_entry = zend_register_internal_class_ex(&ce, domxmlnode_class_entry, NULL TSRMLS_CC); INIT_OVERLOADED_CLASS_ENTRY(ce, "DomParser", php_domxmlparser_class_functions, NULL, NULL, NULL); - domxmlparser_class_entry = zend_register_internal_class_ex(&ce, domxmlparser_class_entry, NULL TSRMLS_CC); + domxmlparser_class_entry = zend_register_internal_class_ex(&ce, NULL, NULL TSRMLS_CC); INIT_OVERLOADED_CLASS_ENTRY(ce, "DomDocumentType", php_domxmldoctype_class_functions, NULL, NULL, NULL); domxmldoctype_class_entry = zend_register_internal_class_ex(&ce, domxmlnode_class_entry, NULL TSRMLS_CC);