1
0
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:
Dylan Arnold
2013-09-09 13:06:38 +12:00
parent 43289d664c
commit a911fbc80a

View File

@@ -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();
}