ID: 24498 Updated by: [EMAIL PROTECTED] Reported By: dafrancesch at yahoo dot com dot ar -Status: Open +Status: Verified -Bug Type: *Configuration Issues +Bug Type: Scripting Engine problem Operating System: Win2000 PHP Version: 5CVS-2003-07-04 (dev) New Comment:
On Linux with Apache 2. phpinfo() reports register_globals on, but it doesn't work =) Tried with current HEAD. Previous Comments: ------------------------------------------------------------------------ [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
