From:             demiurg at gmail dot com
Operating system: Linux
PHP version:      6CVS-2007-02-21 (CVS)
PHP Bug Type:     CGI related
Bug description:  FastCGI ignores GET-parameters

Description:
------------
This problem has already been reported with #39370

PHP installed as a standalone FastCGI server, completely ignores all GET
parameters passed to a script.

Please, correct a typo at sapi/cgi/cgi_main.c:936
There should be sizeof("QUERY_STRING")
not sizeof("REQUEST_METHOD").



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

Reply via email to