From:             the0ne at gmx dot net
Operating system: Linux
PHP version:      4.3.4
PHP Bug Type:     CGI related
Bug description:  GET/POST variables are not registered

Description:
------------
GET/POST variables are not registered at all although everything worked
perfectly using version 4.3.1

Reproduce code:
---------------
create an index.php containing
<? phpinfo(); ?>

and call it with parameters, e.g.

http://www.domain.tld/scripts/?p=language&a=home
   or
http://www.domain.tld/scripts/index.php?p=language&a=home

Expected result:
----------------
_GET["p"] language 
_GET["a"] home 

in the list of PHP-Variables

Actual result:
--------------
the expected entries are missing 
in the list of PHP-Variables

-- 
Edit bug report at http://bugs.php.net/?id=26139&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26139&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26139&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26139&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26139&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26139&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26139&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26139&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26139&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26139&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26139&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26139&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26139&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26139&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26139&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26139&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26139&r=float

Reply via email to