mirror of
https://github.com/php/php-src.git
synced 2026-04-09 17:13:31 +02:00
Fix ZTS
This commit is contained in:
@@ -372,7 +372,7 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions, i
|
||||
void zend_shutdown()
|
||||
{
|
||||
#ifndef ZTS
|
||||
destroy_rsrc_plist();
|
||||
zend_destroy_rsrc_plist();
|
||||
#endif
|
||||
zend_destroy_rsrc_list_dtors();
|
||||
zend_hash_destroy(&module_registry);
|
||||
|
||||
Reference in New Issue
Block a user