From 073ab2c8dfba3e82d0f3f706d1ab9d2e40566245 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 22 Dec 2008 23:49:27 +0000 Subject: [PATCH] Add mysql.so and sqlite.so --- etc/rc.php_ini_setup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 9bd6df560c..0c55c47210 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"