From a36d92bebe3a05bae18884d90a9b097140fa139d Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 2 Sep 2014 10:36:16 -0500 Subject: [PATCH] Update README to reflect ability to disable APC. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1fa7d76..2ba7eeb 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Available variables are listed below, along with default values (see `vars/main. Some commonly-adjusted PHP ini directives. Adjust to suit your system. + php_enable_apc: true + +Whether to enable APC. Other APC variables will be ineffective if this is set to false. + php_apc_enabled_in_ini: false When installing APC, depending on the system and whether running PHP as a webserver module or standalone via `php-fpm`, you might need the line `extension=apc.so` in `apc.ini`. If you need that line added, set this variable to true.