mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
aa8d70f309
6 changed files with 31 additions and 20 deletions
|
@ -302,6 +302,10 @@ void zend_shared_alloc_shutdown(void)
|
|||
g_shared_alloc_handler = NULL;
|
||||
#ifndef ZEND_WIN32
|
||||
close(lock_file);
|
||||
|
||||
# ifdef ZTS
|
||||
tsrm_mutex_free(zts_lock);
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue