mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Fixed bug #40414 (possivle endless fork() loop when running fastcgi)
This commit is contained in:
parent
5ebba1b2f6
commit
d57b78aab1
3 changed files with 10 additions and 0 deletions
|
@ -164,6 +164,11 @@ static void fcgi_signal_handler(int signo)
|
|||
|
||||
#endif
|
||||
|
||||
int fcgi_in_shutdown(void)
|
||||
{
|
||||
return in_shutdown;
|
||||
}
|
||||
|
||||
int fcgi_init(void)
|
||||
{
|
||||
if (!is_initialized) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue