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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 + 7 = ?
Subscribe to this entry?

 
 [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: Fri May 03 14:01:30 2024 UTC