diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-12 19:22:35 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-12 19:22:35 +0000 |
commit | 4b4f52dbfe46823a851a6ce6708ce8a168766134 (patch) | |
tree | e439b54afa220c77a3aa3364de3796555c1bfc3d /usr/local | |
parent | a61f65ff5dc1b130d1df6bbbe56d8880120b1c88 (diff) | |
download | pfsense-4b4f52dbfe46823a851a6ce6708ce8a168766134.zip pfsense-4b4f52dbfe46823a851a6ce6708ce8a168766134.tar.gz |
add :/usr/local/pkg/ to the path
Suggested-by: FernandoTCL
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/etc/php.ini | 5 | ||||
-rw-r--r-- | usr/local/lib/php.ini | 2 |
2 files changed, 5 insertions, 2 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 diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini index ac60898..6dca205 100644 --- a/usr/local/lib/php.ini +++ b/usr/local/lib/php.ini @@ -7,7 +7,7 @@ upload_tmp_dir = /tmp upload_max_filesize = 100M post_max_size = 100M 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 |