ID: 16797 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: PHP options/info functions Operating System: Linux RedHat 7.2 i386 PHP Version: 4.2.0 New Comment:
The bug system is not the appropriate forum for asking support questions. For a list of a range of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php Previous Comments: ------------------------------------------------------------------------ [2002-04-24 11:18:48] [EMAIL PROTECTED] After turning off register_globals in PHP 4.2.0, the behavior of register_argc_argv is not what I expected. When using the CGI SAPI, and setting register_globals to Off and register_argc_argv to On, the argc and argv values are only available in the $_SERVER array. It seems to me that they should be in $GLOBALS. Is this the intended operation? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16797&edit=1