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

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


Previous Comments:
------------------------------------------------------------------------

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

------------------------------------------------------------------------

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

<pre>
<?php 
print_r($_GET);
?>
</pre>

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

Reply via email to