Skip to content

Commit 219fa2a

Browse files
committed
debug
1 parent c18e43f commit 219fa2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/dom/php_dom.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ static void register_nondeprecated_xml_props(HashTable *table)
629629
/* {{{ PHP_MINIT_FUNCTION(dom) */
630630
PHP_MINIT_FUNCTION(dom)
631631
{
632+
return;
632633
memcpy(&dom_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
633634
dom_object_handlers.offset = XtOffsetOf(dom_object, std);
634635
dom_object_handlers.free_obj = dom_objects_free_storage;
@@ -930,6 +931,7 @@ PHP_MINFO_FUNCTION(dom)
930931

931932
PHP_MSHUTDOWN_FUNCTION(dom) /* {{{ */
932933
{
934+
return;
933935
zend_hash_destroy(&dom_document_prop_handlers);
934936
zend_hash_destroy(&dom_html_document_prop_handlers);
935937
zend_hash_destroy(&dom_xml_document_prop_handlers);

0 commit comments

Comments
 (0)