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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 07:01:29 2024 UTC