summaryrefslogtreecommitdiffstats
path: root/usr/local/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-12 19:22:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-12 19:22:35 +0000
commit4b4f52dbfe46823a851a6ce6708ce8a168766134 (patch)
treee439b54afa220c77a3aa3364de3796555c1bfc3d /usr/local/etc
parenta61f65ff5dc1b130d1df6bbbe56d8880120b1c88 (diff)
downloadpfsense-4b4f52dbfe46823a851a6ce6708ce8a168766134.zip
pfsense-4b4f52dbfe46823a851a6ce6708ce8a168766134.tar.gz
add :/usr/local/pkg/ to the path
Suggested-by: FernandoTCL
Diffstat (limited to 'usr/local/etc')
-rw-r--r--usr/local/etc/php.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini
index b0544b8..83169c0 100644
--- a/usr/local/etc/php.ini
+++ b/usr/local/etc/php.ini
@@ -7,4 +7,7 @@ upload_tmp_dir = /tmp
upload_max_filesize = 90M
post_max_size = 90M
html_errors = Off
-include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
+include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg"
+apc.enabled="1"
+apc.shm_size="3"
+extension=apc.so \ No newline at end of file
OpenPOWER on IntegriCloud