#39370 [Fbk->Opn]: $_GET no longer works under FastCGI but works under CGI.

2006-11-09 Thread trustpunk at gmail dot com
 ID:   39370
 User updated by:  trustpunk at gmail dot com
 Reported By:  trustpunk at gmail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: CGI related
 Operating System: Windows
 PHP Version:  6CVS-2006-11-04 (snap)
 New Comment:

I'm just trying to let the PHP6 Developers know that $_GET
does not work under FastCGI.


Previous Comments:


[2006-11-09 08:51:02] [EMAIL PROTECTED]

PHP6 is a development version, which might not compile at all and it's
okay. Please use and test PHP5, if you're not working on some part of
PHP6.



[2006-11-09 01:52:29] trustpunk at gmail dot com

I'm using PHP6-DEV, not PHP5. Now wonder the problem remains.



[2006-11-09 01:50:08] trustpunk at gmail dot com

Sorry, 

but the problem still perists. Have you also tested it?



[2006-11-08 14:02:54] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip





[2006-11-08 05:55:07] trustpunk at gmail dot com

BUMP! Has anyone even checked into this yet?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/39370

-- 
Edit this bug report at http://bugs.php.net/?id=39370&edit=1


#39370 [Fbk->Opn]: $_GET no longer works under FastCGI but works under CGI.

2006-11-08 Thread trustpunk at gmail dot com
 ID:   39370
 User updated by:  trustpunk at gmail dot com
 Reported By:  trustpunk at gmail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: CGI related
 Operating System: Windows
 PHP Version:  6CVS-2006-11-04 (snap)
 New Comment:

Sorry, 

but the problem still perists. Have you also tested it?


Previous Comments:


[2006-11-08 14:02:54] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip





[2006-11-08 05:55:07] trustpunk at gmail dot com

BUMP! Has anyone even checked into this yet?



[2006-11-04 07:53:30] trustpunk at gmail dot com

Description:

The special $_GET variable no longer works under FastCGI. I'm
not sure if the others fail. $_SERVER seems to work.

Reproduce code:
---
PHP/6.0.0-DEV

Code:





URL: http://localhost/test.php?get=Hello


Expected result:

I expect to see some elements in the $_GET array after sending
a GET request from the URL.

Actual result:
--
I get nothing in the $_GET array after using a request like:

http://localhost/test.php?get=Hello

Note: Remember that CGI/1.1 is npot effected by this bug from
what I've tested.





-- 
Edit this bug report at http://bugs.php.net/?id=39370&edit=1