From:             [EMAIL PROTECTED]
Operating system: RH Linux 7.2
PHP version:      4.2.1
PHP Bug Type:     Scripting Engine problem
Bug description:  Variables not hitting script!!!

BIG PROBLEM!!! I have tried this on both 4.2.0 and 4.2.1 on both IIS 5.1
and Apache (Linux 7.3):

if i define a variable using a url, example:

module.php?mod=hello

the variable $mod DOES NOT get set in a VERY simple script:

<?

echo $mod;

?>

and give me an "Undefined Variable Error"
-- 
Edit bug report at http://bugs.php.net/?id=17230&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17230&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17230&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17230&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17230&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17230&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17230&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17230&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17230&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17230&r=globals

Reply via email to