From: Pierre Joye Date: Tue, 29 Jul 2008 17:28:07 +0000 (+0000) Subject: - missing in the previous crypt commit (shutdown frees the locking mechanism) X-Git-Tag: BEFORE_HEAD_NS_CHANGE~966 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1f466b3edca44972d33d6c8190dbbfcc0622e53;p=php - missing in the previous crypt commit (shutdown frees the locking mechanism) --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index de681896c9..a05d45ddab 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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