diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-12-22 05:33:35 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-12-22 05:33:35 +0000 |
commit | f1b64d5e26f12f558a9e86f4a37997ff5dbe85a2 (patch) | |
tree | 7950aa1a2c9d995b5048f95271256827e7b97436 /etc/rc.php_ini_setup | |
parent | e83dca8c593ea6ab1005f481207572f2848dce0e (diff) | |
download | pfsense-f1b64d5e26f12f558a9e86f4a37997ff5dbe85a2.zip pfsense-f1b64d5e26f12f558a9e86f4a37997ff5dbe85a2.tar.gz |
Include all the modules we need.
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-x | etc/rc.php_ini_setup | 28 |
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/ |