From: Pierre Joye Date: Tue, 29 Jul 2008 17:28:41 +0000 (+0000) Subject: - MFH: missing in the previous crypt commit (shutdown frees the locking mechanism) X-Git-Tag: php-5.3.0alpha1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acd17a85dce44b8e570630b7f0447a64e88efb1f;p=php - MFH: 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 e4725785e5..3c47854d46 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -4078,6 +4078,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