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:

BUMP! Has anyone even checked into this yet?


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

[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