summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-06 21:35:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-06 21:35:33 +0000
commita3a3f42a00e6e5c8510138749b01ac103096c79a (patch)
tree68195aa15a9c53a2fe40249a33cff4d1bbf4e8b5 /usr
parent922b44204b8e7b468e37911f7a1aa4142ee2d652 (diff)
downloadpfsense-a3a3f42a00e6e5c8510138749b01ac103096c79a.zip
pfsense-a3a3f42a00e6e5c8510138749b01ac103096c79a.tar.gz
Enable APC
http://pecl.php.net/package/APC
Diffstat (limited to 'usr')
-rw-r--r--usr/local/lib/php.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini
index eb53378..d7b5e34 100644
--- a/usr/local/lib/php.ini
+++ b/usr/local/lib/php.ini
@@ -8,3 +8,6 @@ upload_max_filesize = 100M
post_max_size = 100M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
+apc.enabled="0"
+apc.shm_size="3"
+extension=apc.so
OpenPOWER on IntegriCloud