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 7e597f4 commit 5888fbdCopy full SHA for 5888fbd
Zend/zend.c
@@ -930,10 +930,6 @@ void zend_shutdown(void) /* {{{ */
930
GLOBAL_CONSTANTS_TABLE = NULL;
931
#endif
932
zend_destroy_rsrc_list_dtors();
933
-
934
-#ifndef ZTS
935
- zend_interned_strings_dtor();
936
-#endif
937
}
938
/* }}} */
939
main/main.c
@@ -2474,6 +2474,10 @@ void php_module_shutdown(void)
2474
2475
php_output_shutdown();
2476
2477
+#ifndef ZTS
2478
+ zend_interned_strings_dtor();
2479
+#endif
2480
+
2481
module_initialized = 0;
2482
2483
#ifndef ZTS
0 commit comments