子进程 php-cgi.exe 以 0 结束

Child process php-cgi.exe finished with 0

我在 Windows 中使用 PHP 启动 Nginx。 Nginx 使用 FastCGI 连接到 PHP。一切正常,但有时 php-cgi.exe 崩溃并且无法正常工作。 windows 日志是:

Child process [3952 - D:\nginx\php\php-cgi.exe -b127.0.0.1:9000 -cD:\nginx\php\php.ini ] finished with 0

谁能帮帮我?

set PHP_FCGI_CHILDREN=0
set PHP_FCGI_MAX_REQUESTS=5000
and run pgp-cgi with these environment values.