[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/appendices/_ini.core.xml?=
From:       Pasindu_De_Silva <pasindu () php ! net>
Date:       2017-04-22 17:07:22
Message-ID: svn-pasindu-1492880842-342413-94254722 () svn ! php ! net
[Download RAW message or body]

pasindu                                  Sat, 22 Apr 2017 17:07:22 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=342413

Log:
Update auto_globals_jit documentation

Submitted by Josh worden (solocommand@gmail.com)

Changed paths:
    U   phpdoc/en/trunk/appendices/ini.core.xml

Modified: phpdoc/en/trunk/appendices/ini.core.xml
===================================================================
--- phpdoc/en/trunk/appendices/ini.core.xml	2017-04-22 14:57:52 UTC (rev 342412)
+++ phpdoc/en/trunk/appendices/ini.core.xml	2017-04-22 17:07:22 UTC (rev 342413)
@@ -877,7 +877,7 @@
       </term>
       <listitem>
        <para>
-        When enabled, the SERVER and ENV variables are created when they're
+        When enabled, the SERVER, REQUEST, and ENV variables are created when they're
         first used (Just In Time) instead of when the script starts. If these
         variables are not used within a script, having this directive on will
         result in a performance gain.
@@ -893,7 +893,7 @@
        </para>
        <warning>
         <para>
-         Usage of SERVER and ENV variables is checked during the compile time
+         Usage of SERVER, REQUEST, 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.



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic