summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-22 19:56:09 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-22 19:56:09 -0500
commitbe1db1d338b70a3de9a392a4a0ed72f6272c220f (patch)
tree47c6a170b2ac848ce091bed21b3d3cb838a5d675 /etc/rc.php_ini_setup
parentfca48a659f6997f240259ba831e9d7a8ac654c89 (diff)
downloadpfsense-be1db1d338b70a3de9a392a4a0ed72f6272c220f.zip
pfsense-be1db1d338b70a3de9a392a4a0ed72f6272c220f.tar.gz
Document known module purpouses:
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