Skip to content

Commit cd4e5b7

Browse files
committed
MAGETWO-44547: [php7] "PHP Settings Check" fail in Web Setup Wizard blocks installation via web
- addressed CR feedback
1 parent fd294ef commit cd4e5b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup/src/Magento/Setup/Model/PhpReadinessCheck.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ private function checkPopulateRawPostSetting()
206206
&& ($iniSetting !== -1 && $iniSetting !== null)
207207
) {
208208
$error = true;
209-
} elseif (version_compare(PHP_VERSION, '7.0.0') >= 0 && $iniSetting !== null) {
210-
$error = true;
211209
}
212210

213211
$message = sprintf(

0 commit comments

Comments
 (0)