ID: 24498 Comment by: postings-php-bug at hans-spath dot de Reported By: dafrancesch at yahoo dot com dot ar Status: Verified Bug Type: Scripting Engine problem Operating System: Win2000 PHP Version: 5CVS-2003-07-04 (dev) New Comment:
Isn't this a duplicate of bug #24401 ? Previous Comments: ------------------------------------------------------------------------ [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