summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-22 05:40:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-22 05:40:08 +0000
commit0997e8f3cbc42872723964191495b26a348aa76a (patch)
treecf5c3c750d87c165a0b363a6b2298343ef098c37 /etc/rc.php_ini_setup
parentf1b64d5e26f12f558a9e86f4a37997ff5dbe85a2 (diff)
downloadpfsense-0997e8f3cbc42872723964191495b26a348aa76a.zip
pfsense-0997e8f3cbc42872723964191495b26a348aa76a.tar.gz
Include apc.so extension
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 1db4d63..90d2230 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -3,7 +3,8 @@
# Set our operating platform
PLATFORM=`cat /etc/platform`
-PHPMODULES="bcmath \
+PHPMODULES="apc \
+ bcmath \
bz2 \
ctype \
curl \
OpenPOWER on IntegriCloud