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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bugzilla77 at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Mar 11 04:01:28 2025 UTC