diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-12-22 23:49:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-12-22 23:49:27 +0000 |
commit | 073ab2c8dfba3e82d0f3f706d1ab9d2e40566245 (patch) | |
tree | 34f24a84f049b0852fb40dc2a8696a708d7f7460 /etc | |
parent | 0804f51508d65ecd02b974c59407c3f1629e4df8 (diff) | |
download | pfsense-073ab2c8dfba3e82d0f3f706d1ab9d2e40566245.zip pfsense-073ab2c8dfba3e82d0f3f706d1ab9d2e40566245.tar.gz |
Add mysql.so and sqlite.so
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.php_ini_setup | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 9bd6df5..0c55c47 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -15,6 +15,7 @@ PHPMODULES="apc \ libxml \ mbstring \ mhash \ + mysql.so \ pcntl \ pcre \ posix \ @@ -26,7 +27,8 @@ PHPMODULES="apc \ sysvmsg \ sysvsem \ sysvshm \ - tokenizer + sqlite \ + tokenizer \ uploadprogress \ xml \ zlib" |