mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
#63324 add apc.serializer info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331741 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c4eeff2903
commit
dff88eb227
1 changed files with 18 additions and 0 deletions
|
@ -178,6 +178,12 @@
|
|||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Available since APC 3.0.11.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apc.serializer">apc.serializer</link></entry>
|
||||
<entry>"default"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Available since APC 3.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apc.include-once-override">apc.include_once_override</link></entry>
|
||||
<entry>"0"</entry>
|
||||
|
@ -631,6 +637,18 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.apc.serializer">
|
||||
<term>
|
||||
<parameter>apc.serializer</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Used to configure APC to use a third party serializer.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.apc.include-once-override">
|
||||
<term>
|
||||
<parameter>apc.include_once_override</parameter>
|
||||
|
|
Loading…
Reference in a new issue