diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-24 17:39:41 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-24 17:39:41 +0000 |
| commit | 9f65ece3035f249240e79e49d84dce543cad743a (patch) | |
| tree | fd8260a60f6a5cd767effe7255e46628f378d87d | |
| parent | 5c859a038b195cbe465fe40ebe66a2a8d63c13db (diff) | |
- added 'xml' extension check (#1486051)
git-svn-id: https://svn.roundcube.net/trunk@2867 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/installer/check.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index 1318793f7..694455a60 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/installer/check.php @@ -1,7 +1,8 @@ <form action="index.php" method="get"> <?php -$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom', 'Session' => 'session'); +$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom', + 'Session' => 'session', 'XML' => 'xml'); $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', |
