ID: 24498 Updated by: [EMAIL PROTECTED] Reported By: dafrancesch at yahoo dot com dot ar -Status: Verified +Status: Bogus Bug Type: Scripting Engine problem Operating System: Win2000 PHP Version: 5CVS-2003-07-04 (dev) New Comment:
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the existing bug instead. Thank you for your interest in PHP. It is.. I knew I saw another bug before about this and I was right then.. Please add futher comments to bug #24401 Previous Comments: ------------------------------------------------------------------------ [2003-07-04 11:12:12] postings-php-bug at hans-spath dot de Isn't this a duplicate of bug #24401 ? ------------------------------------------------------------------------ [2003-07-04 10:20:57] [EMAIL PROTECTED] On Linux with Apache 2. phpinfo() reports register_globals on, but it doesn't work =) Tried with current HEAD. ------------------------------------------------------------------------ [2003-07-04 10:00:21] dafrancesch at yahoo dot com dot ar Description: ------------ I can't get globals registerd... php.ini modifications: register_globals = On extension_dir = "c:\php\extensions\" session.save_path = "c:/tmp" calling: http://localhost/globals.php?opt=33 Reproduce code: --------------- <!-- globals.php --> <html> <head> <title>Globals...</title> </head> <body> [<?php echo $opt; ?>] </body> </html> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24498&edit=1