From:             mcalpine at susysearch dot co dot za
Operating system: redhat
PHP version:      4.4.4
PHP Bug Type:     Unknown/Other Function
Bug description:  no GET variables available if one of them is empty

Description:
------------
if a url is sent with one or more of the query variable values empty, eg:
index.php?hello=yes&goodbye= , the whole $_GET global is emtpy and the
$_SERVER['REQUEST_URI'] is emtpy too. 

as soon as you send a value for all query variables, the GET and SERVER
variables have data.



Reproduce code:
---------------
just try var_dump($_GET)...
or echo  $_SERVER['REQUEST_URI'];

Expected result:
----------------
i would expect to see the url query variables...

Actual result:
--------------
described above.

-- 
Edit bug report at http://bugs.php.net/?id=39293&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39293&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39293&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39293&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39293&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39293&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39293&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39293&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39293&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39293&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39293&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39293&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39293&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39293&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39293&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39293&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39293&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39293&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39293&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39293&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39293&r=mysqlcfg

Reply via email to