From: Operating system: CentOS 5.5 PHP version: 5.3.5 Package: FPM related Bug Type: Bug Bug description:PHP processes remaining active while they should not
Description: ------------ PHP processes are still active even though they are freed up. As soon as a php-fpm reload is performed, the number of php processes drops. So seems that php is not updating the status of the processes. extract of the conf file: pm = dynamic pm.max_children = 120 pm.start_servers = 20 pm.min_spare_servers = 10 pm.max_spare_servers = 20 pm.max_requests = 1000 -- Edit bug report at http://bugs.php.net/bug.php?id=54015&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=54015&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=54015&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=54015&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=54015&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=54015&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=54015&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=54015&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=54015&r=needscript Try newer version: http://bugs.php.net/fix.php?id=54015&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=54015&r=support Expected behavior: http://bugs.php.net/fix.php?id=54015&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=54015&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=54015&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=54015&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=54015&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=54015&r=dst IIS Stability: http://bugs.php.net/fix.php?id=54015&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=54015&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=54015&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=54015&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=54015&r=mysqlcfg