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
This commit is contained in:
Jakub Vrana 2008-09-19 15:00:08 +00:00
parent c385e50ef0
commit 7abb070155

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.75 $ -->
<!-- $Revision: 1.76 $ -->
<appendix xml:id="ini" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>&php.ini; directives</title>
@ -4267,6 +4267,14 @@ auto_prepend_file=security.php
5.1.3 it is not necessary to have <link
linkend="ini.register-argc-argv">register_argc_argv</link> disabled.
</para>
<warning>
<para>
Usage of SERVER and ENV variables is checked during the compile time
so using them through e.g. <link
linkend="language.variables.variable">variable variables</link> will
not cause their initialization.
</para>
</warning>
</listitem>
</varlistentry>