Date: 11/26/99
- Next message: Bug Database: "[PHP-DEV] Bug #1171 Updated: chomp function"
- Previous message: Stefan Vogtner: "[PHP-DEV] Re: PHP 4.0 Bug #2691 Updated: apache child crashed in zend_hash_internal_pointer_reset"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] Bug #1171 Updated: chomp function"
- Previous message: Stefan Vogtner: "[PHP-DEV] Re: PHP 4.0 Bug #2691 Updated: apache child crashed in zend_hash_internal_pointer_reset"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

