summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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