mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
Call php_module_shutdown() for php-fpm child processes
This commit is contained in:
@@ -1982,8 +1982,9 @@ fastcgi_request_done:
|
||||
out:
|
||||
|
||||
SG(server_context) = NULL;
|
||||
php_module_shutdown(TSRMLS_C);
|
||||
|
||||
if (parent) {
|
||||
php_module_shutdown(TSRMLS_C);
|
||||
sapi_shutdown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user