mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c385e50ef0
commit
7abb070155
1 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue