From a900846a3e6cbd25ba93aeb835d273531c012487 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Sun, 14 Aug 2005 16:26:15 +0000 Subject: [PATCH] apc.enable_cli ini switch git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193442 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apc/ini.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/reference/apc/ini.xml b/reference/apc/ini.xml index aaa7950e4f..8216842a80 100644 --- a/reference/apc/ini.xml +++ b/reference/apc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -92,6 +92,12 @@ PHP_INI_SYSTEM + + apc.enable_cli + 0 + PHP_INI_SYSTEM + > APC 3.0.6 + @@ -316,6 +322,21 @@ + + + apc.enable-cli + integer + + + + 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. + + +