diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-13 14:51:51 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-13 14:51:51 +0000 |
| commit | 76826cc3f464184d51275b3ff0e8ebf734da559b (patch) | |
| tree | 961d3b0181b2a174f6f65eda76d6b0f2f0807eda /roundcubemail/installer/check.php | |
| parent | 5156c3c2cc6d49cf291f8bec208c52ae736eac1a (diff) | |
Mention dependency of the DOM exension and add link to php.net
git-svn-id: https://svn.roundcube.net/trunk@1526 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
| -rw-r--r-- | roundcubemail/installer/check.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index 3b64af3b0..a8a0125f5 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/installer/check.php @@ -1,8 +1,7 @@ <form action="index.php" method="get"> <?php -$required_php_exts = array('PCRE' => 'pcre', 'Session' => 'session', - 'DOM XML' => 'dom'); +$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom2', 'Session' => 'session',); $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', @@ -31,7 +30,8 @@ $source_urls = array( 'PEAR' => 'http://pear.php.net', 'MDB2' => 'http://pear.php.net/package/MDB2', 'Net_SMTP' => 'http://pear.php.net/package/Net_SMTP', - 'Mail_mime' => 'http://pear.php.net/package/Mail_mime' + 'Mail_mime' => 'http://pear.php.net/package/Mail_mime', + 'DOM' => 'http://www.php.net/manual/en/intro.dom.php' ); echo '<input type="hidden" name="_step" value="' . ($RCI->configured ? 3 : 2) . '" />'; |
