@@ -783,7 +783,7 @@ PHP_INI_BEGIN()
783
783
STD_PHP_INI_BOOLEAN ("report_zend_debug" , "0" , PHP_INI_ALL , OnUpdateBool , report_zend_debug , php_core_globals , core_globals )
784
784
STD_PHP_INI_ENTRY ("output_buffering" , "0" , PHP_INI_PERDIR |PHP_INI_SYSTEM , OnUpdateLong , output_buffering , php_core_globals , core_globals )
785
785
STD_PHP_INI_ENTRY ("output_handler" , NULL , PHP_INI_PERDIR |PHP_INI_SYSTEM , OnUpdateString , output_handler , php_core_globals , core_globals )
786
- STD_PHP_INI_BOOLEAN ("register_argc_argv" , "1 " , PHP_INI_PERDIR |PHP_INI_SYSTEM , OnUpdateBool , register_argc_argv , php_core_globals , core_globals )
786
+ STD_PHP_INI_BOOLEAN ("register_argc_argv" , "0 " , PHP_INI_PERDIR |PHP_INI_SYSTEM , OnUpdateBool , register_argc_argv , php_core_globals , core_globals )
787
787
STD_PHP_INI_BOOLEAN ("auto_globals_jit" , "1" , PHP_INI_PERDIR |PHP_INI_SYSTEM , OnUpdateBool , auto_globals_jit , php_core_globals , core_globals )
788
788
STD_PHP_INI_BOOLEAN ("short_open_tag" , DEFAULT_SHORT_OPEN_TAG , PHP_INI_SYSTEM |PHP_INI_PERDIR , OnUpdateBool , short_tags , zend_compiler_globals , compiler_globals )
789
789
0 commit comments