FCGI_GET_VALUES request does not return supplied values
| Bug #45522 | FCGI_GET_VALUES request does not return supplied values | ||||
|---|---|---|---|---|---|
| Submitted: | 2008-07-15 16:02 UTC | Modified: | 2008-10-21 03:29 UTC | ||
| From: | arnaud dot lb at gmail dot com | Assigned: | dmitry (profile) | ||
| Status: | Closed | Package: | CGI/CLI related | ||
| PHP Version: | 5.3CVS-2008-07-15 (CVS) | OS: | * | ||
| Private report: | No | CVE-ID: | None | ||
[2008-07-15 16:02 UTC] arnaud dot lb at gmail dot com
Description: ------------ FastCGI specifies that a FastCGI application may return the values supplied by a FCGI_GET_VALUES request. Actually the FastCGI SAPI returns all standard values (FCGI_MAX_CONNS, FCGI_MAX_REQS, FCGI_MPXS_CONNS), *except* those supplied. Also, it seems that the returns values does not reflect the actual configuration (e.g. FCGI_MAX_CONNS and FCGI_MAX_REQS are always 1). Reproduce code: --------------- Requesting the FCGI_MAX_CONN value using a FCGI_GET_VALUES record in the FastCGI protocol. Expected result: ---------------- Requesting the FCGI_MAX_CONN returns FCGI_MAX_CONN value. Actual result: -------------- Requesting the FCGI_MAX_CONN returns FCGI_MAX_REQS and FCGI_MPXS_CONNS values but not FCGI_MAX_CONN.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2008-09-29 08:35 UTC] dmitry@php.net
[2008-09-29 09:25 UTC] arnaud dot lb at gmail dot com
[2008-10-21 03:29 UTC] lbarnaud@php.net