From 7abb070155ce42fcc54ca3eaf7a32c29024a9cf2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 19 Sep 2008 15:00:08 +0000 Subject: [PATCH] auto_globals_jit is checked in compile time (thanks to Steffan Esser) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266538 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 09ced12eaa..4360a0ed71 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -4267,6 +4267,14 @@ auto_prepend_file=security.php 5.1.3 it is not necessary to have register_argc_argv disabled. + + + Usage of SERVER and ENV variables is checked during the compile time + so using them through e.g. variable variables will + not cause their initialization. + +