diff options
author | alecpl <alec@alec.pl> | 2008-08-26 07:21:50 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-08-26 07:21:50 +0000 |
commit | 9e8e5fa634ace418e6b34280133685485b97a9c0 (patch) | |
tree | 80ae14092bef204fe4689e83d72542af5d152d46 /installer/check.php | |
parent | 6ed25604a9f3d4a57b12ad1364af1690f43ec282 (diff) |
- Removed support for PEAR::DB driver
Diffstat (limited to 'installer/check.php')
-rw-r--r-- | installer/check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/check.php b/installer/check.php index 8054eb0f9..4ede85c95 100644 --- a/installer/check.php +++ b/installer/check.php @@ -7,7 +7,7 @@ $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', 'GD' => 'gd'); -$required_libs = array('PEAR' => 'PEAR.php', 'DB' => 'DB.php', 'MDB2' => 'MDB2.php', +$required_libs = array('PEAR' => 'PEAR.php', 'MDB2' => 'MDB2.php', 'Net_SMTP' => 'Net/SMTP.php', 'Mail_mime' => 'Mail/mime.php', 'iilConnection' => 'lib/imap.inc'); |