diff options
author | Sergei Turchanov <turchanov@farpost.com> | 2019-08-28 14:37:52 +1000 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-09-30 12:54:09 +0200 |
commit | e546d721e8c61fb1218335dc75b1874033c3ca24 (patch) | |
tree | b8f509f9d8848c78f4bfc22a04d9bd71893af0e8 /Zend/zend_extensions.c | |
parent | 466f91bb3beb51f67bdde8267800caa9c943b7a6 (diff) | |
download | php-git-e546d721e8c61fb1218335dc75b1874033c3ca24.tar.gz |
Fix #78413: php-fpm request_terminate_timeout does not take effect after fastcgi_finish_request
To retain legacy behavior I decided to add an option to control request
termination logic. If request_terminate_timeout_track_finished is set,
then request will be tracked for time limits even after
fastcgi_finish_request was called.
This patch depends on the fix provided in BUG 78469 (otherwise php-fpm
workers listening on named pipes on Windows will be erroneously terminated)
(PR #4636)
Diffstat (limited to 'Zend/zend_extensions.c')
0 files changed, 0 insertions, 0 deletions