We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18e43f commit 219fa2aCopy full SHA for 219fa2a
ext/dom/php_dom.c
@@ -629,6 +629,7 @@ static void register_nondeprecated_xml_props(HashTable *table)
629
/* {{{ PHP_MINIT_FUNCTION(dom) */
630
PHP_MINIT_FUNCTION(dom)
631
{
632
+ return;
633
memcpy(&dom_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
634
dom_object_handlers.offset = XtOffsetOf(dom_object, std);
635
dom_object_handlers.free_obj = dom_objects_free_storage;
@@ -930,6 +931,7 @@ PHP_MINFO_FUNCTION(dom)
930
931
932
PHP_MSHUTDOWN_FUNCTION(dom) /* {{{ */
933
934
935
zend_hash_destroy(&dom_document_prop_handlers);
936
zend_hash_destroy(&dom_html_document_prop_handlers);
937
zend_hash_destroy(&dom_xml_document_prop_handlers);
0 commit comments