From 1b815a62bfa19f4b8ea39beecc48eafecb25c4dc Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 6 Jun 2006 12:35:52 +0000 Subject: [PATCH] auto_globals_jit now works with register_argc_argv git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214316 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index d7eba2ad46..8a2ce07cd8 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -3122,7 +3122,9 @@ register_globals, register_long_arrays, and register_argc_argv - must be disabled for this directive to have any affect. + must be disabled for this directive to have any affect. Since PHP + 5.1.3 it is not necessary to have register_argc_argv disabled.