summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-22 05:33:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-22 05:33:35 +0000
commitf1b64d5e26f12f558a9e86f4a37997ff5dbe85a2 (patch)
tree7950aa1a2c9d995b5048f95271256827e7b97436 /etc/rc.php_ini_setup
parente83dca8c593ea6ab1005f481207572f2848dce0e (diff)
downloadpfsense-f1b64d5e26f12f558a9e86f4a37997ff5dbe85a2.zip
pfsense-f1b64d5e26f12f558a9e86f4a37997ff5dbe85a2.tar.gz
Include all the modules we need.
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup28
1 files changed, 25 insertions, 3 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 5e784cb..1db4d63 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -3,9 +3,31 @@
# Set our operating platform
PLATFORM=`cat /etc/platform`
-PHPMODULES="pcre bz2 bcmath ctype curl gettext mbstring mhash \
-pcntl posix readline session shmop sysvmsg sysvsem sysvshm \
-tokenizer xml ldap zlib uploadprogress"
+PHPMODULES="bcmath \
+ bz2 \
+ ctype \
+ curl \
+ date \
+ gettext \
+ ldap \
+ libxml \
+ mbstring \
+ mhash \
+ pcntl \
+ pcre \
+ posix \
+ readline \
+ Reflection \
+ session \
+ shmop \
+ standard \
+ sysvmsg \
+ sysvsem \
+ sysvshm \
+ tokenizer
+ uploadprogress \
+ xml \
+ zlib"
mv /usr/local/etc/php.ini /tmp/
mv /usr/local/lib/php.ini /tmp/
OpenPOWER on IntegriCloud