FastCGI PHP_FCGI_CHILDREN default unstable and undocumented.
| Bug #27802 | FastCGI PHP_FCGI_CHILDREN default unstable and undocumented. | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2004-03-31 09:01 UTC | Modified: | 2004-07-05 14:45 UTC |
|
||||||||||
| From: | tom at hur dot st | Assigned: | ||||||||||||
| Status: | Not a bug | Package: | CGI/CLI related | |||||||||||
| PHP Version: | 4.3.5 | OS: | FreeBSD 4.9-STABLE | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2004-03-31 09:01 UTC] tom at hur dot st
Description: ------------ If you don't set the env variable PHP_FCGI_CHILDREN, PHP doesn't default to 8 as README.FastCGI suggests; it doesn't bother spawning extra processes at all (default is 0). After PHP_FCGI_MAX_REQUESTS, PHP segfaults. No apparant useful information from core or ktrace, other than seeing that it's not forking and falling over after exactly PHP_FCGI_MAX_REQUESTS; the fix looks fairly easy, though.. except maybe at children = 0 :)
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2004-03-31 11:52 UTC] iliaa@php.net
[2004-07-05 13:54 UTC] sas@php.net
[2004-07-05 14:45 UTC] tom at hur dot st