summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorDarren Embry <dse@webonastick.com>2012-05-10 12:39:15 -0400
committerDarren Embry <dse@webonastick.com>2012-05-10 12:39:15 -0400
commita1f7723876ec46bbe84d04f7b09809194b5be768 (patch)
tree6b1efeafe13562f0d05a8504887a5a10413aea04 /etc/rc.php_ini_setup
parent9b420daf9beb721bf896d00b5d77aa6fecfb3725 (diff)
downloadpfsense-a1f7723876ec46bbe84d04f7b09809194b5be768.zip
pfsense-a1f7723876ec46bbe84d04f7b09809194b5be768.tar.gz
add autocomplete to load_balancer_pool_edit.php (PEV-394754)
we also enable the json extension here.
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 a52e770..7258eb8 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -124,6 +124,8 @@ PHPMODULES="$PHPMODULES zmq"
PHPMODULES="$PHPMODULES ssh2"
# pfSense extensions
PHPMODULES="$PHPMODULES pfSense"
+# json
+PHPMODULES="$PHPMODULES json"
PHP_ZEND_MODULES="ioncube_loader"
PHP_ZEND_MODULES_TS="ioncube_loader_ts"
@@ -141,7 +143,6 @@ PHP_ZEND_MODULES_TS="ioncube_loader_ts"
# Reflection \
# mysql \
# bz2 \
-# json \
# Clear the .ini file to make sure we are clean
if [ -f /usr/local/etc/php.ini ]; then
OpenPOWER on IntegriCloud