[PHP-DEV] Bug #2833: Variable handling is different From: puck <email protected>
Date: 11/26/99

From: puck <email protected>
Operating system: Linux 2.2.12
PHP version: 3.0.12
PHP Bug Type: Other
Bug description: Variable handling is different

Using PHP4 Beta 3 :
calling my website index.ihtml with the following code:
<? php
     if ($action == "")
     { do_something(); }
?>

PHP4 Beta 3 now complains "undefined variable action", but with PHP3 and PHP4 Beta 2
everything worked fine !!!
Now i have to do redirects to my file wih index.ihtml?action= do get it to work ..

Thomas

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>