php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40571 FastCGI ignores GET-parameters
Submitted: 2007-02-21 01:43 UTC Modified: 2007-02-22 09:40 UTC
From: demiurg at gmail dot com Assigned:
Status: Closed Package: CGI/CLI related
PHP Version: 6CVS-2007-02-21 (CVS) OS: Linux
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: demiurg at gmail dot com
New email:
PHP Version: OS:

 

 [2007-02-21 01:43 UTC] demiurg at gmail dot com
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").



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-21 08:35 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php6.0-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php6.0-win32-latest.zip


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jul 04 14:01:35 2025 UTC