mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
- missing in the previous crypt commit (shutdown frees the locking mechanism)
This commit is contained in:
@@ -4072,6 +4072,7 @@ PHP_MSHUTDOWN_FUNCTION(basic) /* {{{ */
|
||||
basic_globals_dtor(&basic_globals TSRMLS_CC);
|
||||
#ifdef PHP_WIN32
|
||||
php_win32_core_globals_dtor(&the_php_win32_core_globals TSRMLS_CC);
|
||||
PHP_MSHUTDOWN(crypt);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user