ID:               47995
 Updated by:       [email protected]
 Reported By:      valentiny510 at yahoo dot es
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: windows xp sp2
 PHP Version:      5.3.0RC2
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




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

[2009-04-16 21:56:07] valentiny510 at yahoo dot es

I found the problem, is when I set arg_separator.input = "&"
Why cant get the "test" with GET when this directive is on ?
I think must affect only the separators like
?test=test&test2=test2.

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

[2009-04-16 20:55:46] valentiny510 at yahoo dot es

Description:
------------
to resume a long story I just want to say the $_GET doesnt work for me


Reproduce code:
---------------
if ( isset($_GET['test']) ):
        echo 'true';
else:
        echo 'false';
endif;


Expected result:
----------------
with a uri like http://localhost/?test
or
http://localhost/?test=test

normal well be "true"


Actual result:
--------------
false


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


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

Reply via email to