Add php5-intl dependency to Installer class
This commit is contained in:
parent
8fbdb4b9ac
commit
66df043c19
@ -101,7 +101,7 @@ abstract class Installer
|
||||
$pass = false;
|
||||
}
|
||||
|
||||
$reqs = array('gd', 'curl', 'json',
|
||||
$reqs = array('gd', 'curl', 'intl', 'json',
|
||||
'xmlwriter', 'mbstring', 'xml', 'dom', 'simplexml');
|
||||
|
||||
foreach ($reqs as $req) {
|
||||
|
Loading…
Reference in New Issue
Block a user