From:             [EMAIL PROTECTED]
Operating system: i686-pc-linux-gnu
PHP version:      4.0CVS-2002-05-03
PHP Bug Type:     Variables related
Bug description:  register vars wrong

Hi,

i have detect a different behavior between register variables
in the current cvs tree und PHP 4.2.0 and previously.


When i make a request like


http://my.testserver/test.php?foo=123&lokus&bar=456



with version 4.2.0 PHP register:

_GET["foo"] 123  
_GET["bar"] 456  


with the current cvs tree from 2. May 2002 PHP results:

_GET["foo"] 123  
_GET["lokus"] 

I think this behavior is not wanted.


Regards,

Steve
-- 
Edit bug report at http://bugs.php.net/?id=16985&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16985&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16985&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16985&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16985&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16985&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16985&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16985&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16985&r=submittedtwice

Reply via email to