Changeset 1146 in subversion
- Timestamp:
- Feb 27, 2008 8:46:24 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/installer/check.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/installer/check.php
r1144 r1146 4 4 $required_php_exts = array('PCRE' => 'pcre', 'Session' => 'session', 'Sockets' => 'sockets'); 5 5 6 $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl'); 6 $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 7 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', 'GD' => 'gd'); 7 8 8 9 $required_libs = array('PEAR' => 'PEAR.php', 'DB' => 'DB.php', 'MDB2' => 'MDB2.php', … … 23 24 'Libiconv' => 'http://www.php.net/manual/en/ref.iconv.php', 24 25 'Multibyte' => 'http://www.php.net/manual/en/ref.mbstring.php', 26 'Mcrypt' => 'http://www.php.net/manual/en/ref.mcrypt.php', 25 27 'OpenSSL' => 'http://www.php.net/manual/en/ref.openssl.php', 28 'GD' => 'http://www.php.net/manual/en/ref.image.php', 26 29 'PEAR' => 'http://pear.php.net', 27 30 'MDB2' => 'http://pear.php.net/package/MDB2',
Note: See TracChangeset
for help on using the changeset viewer.
