php-cgi.exe quits after exactly 500 hits

前端 未结 4 1877
半阙折子戏
半阙折子戏 2020-12-25 10:31

For the life of me, I can\'t figure this out.

This is my development machine setup:

Windows 7 Home Premium 64 bit,
Webserver: NGINX 1.3.6 c:\\users\\user

4条回答
  •  囚心锁ツ
    2020-12-25 10:58

    If you add

    SET PHP_FCGI_CHILDREN=1
    

    to the command file that launches the php-cgi.exe, it fixed it.

    You can add more children if you want, it depends of your need.

提交回复
热议问题