summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2012-04-04 12:59:45 +0200
committerWarren Baker <warren@decoy.co.za>2012-04-04 12:59:45 +0200
commit04747c755f5453e059561ae01171a449c9b14432 (patch)
tree9911326efdc9664bd3c33e698541d607ffa1bd4f /etc/rc.php_ini_setup
parent6ffef738890337286cd5519242dd10eeedb70b1f (diff)
downloadpfsense-04747c755f5453e059561ae01171a449c9b14432.zip
pfsense-04747c755f5453e059561ae01171a449c9b14432.tar.gz
dl(), which is used by PEAR, is deprecated in 5.3 and fails to thus load this extension. No updates to PEAR either, so we can either always load like here or mod PEAR.inc. Should fix #2336
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 81fa740..7a0e441 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -116,6 +116,8 @@ PHPMODULES="$PHPMODULES zlib"
PHPMODULES="$PHPMODULES spl"
PHPMODULES="$PHPMODULES pdo"
PHPMODULES="$PHPMODULES sqlite"
+# RADIUS
+PHPMODULES="$PHPMODULES radius"
# ZeroMQ
PHPMODULES="$PHPMODULES zmq"
# SSH2
OpenPOWER on IntegriCloud