Don't recomment curl php extension.
This commit is contained in:
parent
53ed66dce9
commit
fb0b58dcbf
@ -128,7 +128,7 @@ class Prerequisites {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function checkRecommendedExtensions() {
|
private function checkRecommendedExtensions() {
|
||||||
$recommendedExtensions = array('mbstring', 'curl', 'fileinfo', 'session');
|
$recommendedExtensions = array('mbstring', 'fileinfo', 'session');
|
||||||
|
|
||||||
foreach ($recommendedExtensions as $ext) {
|
foreach ($recommendedExtensions as $ext) {
|
||||||
$loaded = extension_loaded($ext);
|
$loaded = extension_loaded($ext);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user