summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index cb9fbbc..e605b81 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -67,25 +67,34 @@ fi
# Define php modules. Do not add .so, it will
# be done automatically by the script below.
PHPMODULES="apc \
+# Downloading via HTTP/FTP (pkg mgr, etc)
curl \
date \
+# Internationalization
gettext \
+# User manager
ldap \
openssl \
pcntl \
+# Regexs, PERL style!
pcre \
+# The mighty posix!
posix \
readline \
+# Login sessions
session \
standard \
+# Extra sanity seatbelts
suhosin \
- libxml \
# Firewall rules edit
ctype \
+# Config read/write
xml \
xmlreader \
+ libxml \
# user manager
mhash \
+# Page compression
zlib"
# Modules previously included.
OpenPOWER on IntegriCloud