diff --git a/installer/check.php b/installer/check.php index a8a0125f5..380202cdb 100644 --- a/installer/check.php +++ b/installer/check.php @@ -1,7 +1,7 @@
'pcre', 'DOM' => 'dom2', 'Session' => 'session',); +$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom', 'Session' => 'session'); $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt',