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. + + +