summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-04-17 09:25:15 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-04-17 09:25:38 -0300
commite115bd2241fcaab984dfbe06973ec417039a017b (patch)
treebf3035e981f128b6bd51cf39b4c1b552b6ad97d5 /etc
parentabaa7feb680dc6f6f9bc79577075c45b3786a061 (diff)
downloadpfsense-e115bd2241fcaab984dfbe06973ec417039a017b.zip
pfsense-e115bd2241fcaab984dfbe06973ec417039a017b.tar.gz
Fix php module names since check is case sensitive
Diffstat (limited to 'etc')
-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 46ccb29..76c6d75 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -95,7 +95,7 @@ if [ "$LOWMEM" != "TRUE" ]; then
fi
# Config read/write
PHPMODULES="$PHPMODULES xml libxml dom"
-PHPMODULES="$PHPMODULES simplexml xmlreader xmlwriter"
+PHPMODULES="$PHPMODULES SimpleXML xmlreader xmlwriter"
# Downloading via HTTP/FTP (pkg mgr, etc)
PHPMODULES="$PHPMODULES curl date"
# Internationalization
@@ -123,7 +123,7 @@ PHPMODULES="$PHPMODULES shmop"
PHPMODULES="$PHPMODULES zlib"
# SQLlite & Database
PHPMODULES="$PHPMODULES spl"
-PHPMODULES="$PHPMODULES pdo"
+PHPMODULES="$PHPMODULES PDO"
PHPMODULES="$PHPMODULES sqlite3"
# RADIUS
PHPMODULES="$PHPMODULES radius"
OpenPOWER on IntegriCloud