nginx php-fpm子代码退出

任何人有与11.0-RELEASE-P8的PHP-FPM 7类似的问题,或知道如何debugging?

情况在几分钟后开始,只向客户显示半页。 任何页面显示大约〜62kb的内容结尾 4.

php-fpm的日志文件:

 [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80582 exited with code 0 after 0.005648 seconds from start [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80584 started [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80583 exited with code 0 after 0.005877 seconds from start [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80585 started [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80581 exited with code 0 after 0.007763 seconds from start [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80586 started [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80585 exited with code 0 after 0.005653 seconds from start [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80587 started [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80586 exited with code 0 after 0.005820 seconds from start [18-Mar-2017 15:41:49] NOTICE: [pool www] child 80588 started 

PHPconfiguration:

 $php -v PHP 7.0.17 (cli) (built: Mar 17 2017 02:07:44) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.0.17, Copyright (c) 1999-2017, by Zend Technologies 

PHP-FPM.conf

 pm = dynamic pm.max_children = 25 pm.start_servers = 2 pm.min_spare_servers = 2 pm.max_spare_servers = 3 pm.max_requests = 0 ;changing to 500 

这是在代码中使用exec函数时的php-fpm错误。 好的做法是阻止他们,所以不会造成这样的问题。

https://bugs.php.net/bug.php?id=73342

错误是过去4年开放。