From:             arnaud dot lb at gmail dot com
Operating system: 
PHP version:      5.3CVS-2008-07-15 (CVS)
PHP Bug Type:     CGI related
Bug description:  FCGI_GET_VALUES request does not returns supplied values

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.

-- 
Edit bug report at http://bugs.php.net/?id=45522&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45522&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45522&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45522&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45522&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45522&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45522&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45522&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45522&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45522&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45522&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45522&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45522&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45522&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45522&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45522&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45522&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45522&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45522&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45522&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45522&r=mysqlcfg

Reply via email to