mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
apc.enable_cli ini switch
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193442 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ff47d3292e
commit
a900846a3e
1 changed files with 22 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="apc.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -92,6 +92,12 @@
|
|||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>apc.enable_cli</entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>> APC 3.0.6</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -316,6 +322,21 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.apc.enable-cli">
|
||||
<term>
|
||||
<parameter>apc.enable-cli</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Mostly for testing and debugging. Setting this enables APC
|
||||
for the CLI version of PHP. Normally you wouldn't want to
|
||||
create, populate and tear down the APC cache on every CLI
|
||||
request, but for various test scenarios it is handy to be
|
||||
able to enable APC for the CLI version of APC easily.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue