diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-06 21:35:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-06 21:35:33 +0000 |
commit | a3a3f42a00e6e5c8510138749b01ac103096c79a (patch) | |
tree | 68195aa15a9c53a2fe40249a33cff4d1bbf4e8b5 /usr/local/lib/php.ini | |
parent | 922b44204b8e7b468e37911f7a1aa4142ee2d652 (diff) | |
download | pfsense-a3a3f42a00e6e5c8510138749b01ac103096c79a.zip pfsense-a3a3f42a00e6e5c8510138749b01ac103096c79a.tar.gz |
Enable APC
http://pecl.php.net/package/APC
Diffstat (limited to 'usr/local/lib/php.ini')
-rw-r--r-- | usr/local/lib/php.ini | 3 |
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 |