php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72898 PHP_FCGI_CHILDREN is not included in phpinfo()
Submitted: 2016-08-19 14:20 UTC Modified: -
Votes:4
Avg. Score:4.0 ± 1.0
Reproduced:4 of 4 (100.0%)
Same Version:4 (100.0%)
Same OS:3 (75.0%)
From: bugzilla77 at gmail dot com Assigned:
Status: Closed Package: CGI/CLI related
PHP Version: 7.1.0beta3 OS: Windows 10 Pro
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
26 + 34 = ?
Subscribe to this entry?

 
 [2016-08-19 14:20 UTC] bugzilla77 at gmail dot com
Description:
------------
I set PHP_FCGI_CHILDREN to 5 and it works (6 processes in task manager)

...but PHP_FCGI_CHILDREN is not included in phpinfo()

Test script:
---------------
<?phpinfo();?>

Expected result:
----------------
Environment
PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS

PHP variables
$_SERVER['PHP_FCGI_CHILDREN']
$_SERVER['PHP_FCGI_MAX_REQUESTS']

Actual result:
--------------
Environment
PHP_FCGI_MAX_REQUESTS

PHP variables
$_SERVER['PHP_FCGI_MAX_REQUESTS']

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-12 21:09 UTC] ab@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=aacba43056b71ea2ba283468513e87a06a1904ef
Log: Fixed #72898 PHP_FCGI_CHILDREN is not included in phpinfo()
 [2017-01-12 21:09 UTC] ab@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC