summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-13 16:43:57 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-13 16:43:57 -0400
commit0a81ee27e1eb02e5cd5126b7e2530c0b3f8e5f9e (patch)
tree15a7c80797654a4975f667f23f60f8c72331d6d7 /etc/rc.php_ini_setup
parent0a213420fabfc8a76a8708e5e36b58b665d38b2d (diff)
downloadpfsense-0a81ee27e1eb02e5cd5126b7e2530c0b3f8e5f9e.zip
pfsense-0a81ee27e1eb02e5cd5126b7e2530c0b3f8e5f9e.tar.gz
Adding ioncube_loader
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 77b9375..49bc9cc 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -118,7 +118,7 @@ PHPMODULES="$PHPMODULES ssh2"
PHPMODULES="$PHPMODULES pfSense"
PHP_ZEND_MODULES=""
-PHP_ZEND_MODULES_TS=""
+PHP_ZEND_MODULES_TS="ioncube_loader"
# Modules previously included.
# can be turned on by touching
@@ -230,7 +230,7 @@ done
for EXT in $PHP_ZEND_MODULES; do
# Ensure extension exists before adding.
if [ -f "${EXTENSIONSDIR}${EXT}.so" ]; then
- echo "zend_extension=${EXTENSIONSDIR}/${EXT}.so" >> /usr/local/lib/php.ini
+ echo "zend_extension=${EXTENSIONSDIR}${EXT}.so" >> /usr/local/lib/php.ini
fi
done
OpenPOWER on IntegriCloud