mirror of
https://github.com/php/php-src.git
synced 2026-04-11 18:13:00 +02:00
Fixed compilation warnings
This commit is contained in:
@@ -527,10 +527,11 @@ PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */
|
||||
{
|
||||
#ifdef ZTS
|
||||
if (!tsrm_is_main_thread()) {
|
||||
return;
|
||||
return SUCCESS;
|
||||
}
|
||||
#endif
|
||||
zend_hash_destroy(&php_password_algos);
|
||||
return SUCCESS;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user