]> granicus.if.org Git - php/commitdiff
oops. that was an error not detected in shared library mode ...
authorChristian Stocker <chregu@php.net>
Fri, 5 Apr 2002 15:47:08 +0000 (15:47 +0000)
committerChristian Stocker <chregu@php.net>
Fri, 5 Apr 2002 15:47:08 +0000 (15:47 +0000)
ext/domxml/php_domxml.c

index 74712773fcba16719046674e8ccd6fee37a2c2cf..59fda9b4bca0faa9a72083717122fe77e5c3d056 100644 (file)
@@ -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);