mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
We need to run the full `php_cli_server_request_shutdown()` in case of failing `php_cli_server_request_startup()`. Patch contributed by @cataphract. Closes GH-7322.