mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added skeletons for apc.lazy_* directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300072 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fb38207279
commit
da5ec3f422
1 changed files with 36 additions and 0 deletions
|
@ -242,6 +242,18 @@
|
|||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Available since APC 3.1.1.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>apc.lazy_functions</entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Available since APC 3.1.3.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>apc.lazy_classes</entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Available since APC 3.1.3.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -836,6 +848,30 @@ Array
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.apc.lazy-functions">
|
||||
<term>
|
||||
<parameter>apc.lazy_functions</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enables lazy loading for functions.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.apc.lazy-classes">
|
||||
<term>
|
||||
<parameter>apc.lazy_classes</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enables lazy loading for classes.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue