Skip to content

Commit e4a7654

Browse files
author
Ivan Gavryshko
committed
MAGETWO-37507: Magento Web Installer fails on HipHop Virtual Machine
- fixed typo
1 parent 479fa88 commit e4a7654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/ErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function handler($errorNo, $errorStr, $errorFile, $errorLine)
5252
}
5353

5454
if (strpos($errorStr, 'Automatically populating $HTTP_RAW_POST_DATA is deprecated') !== false) {
55-
// this warning should be suppressed as it is a know bug in php 5.6.0 https://bugs.php.net/bug.php?id=66763
55+
// this warning should be suppressed as it is a known bug in php 5.6.0 https://bugs.php.net/bug.php?id=66763
5656
// and workaround suggested here (http://php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data)
5757
// is not compatible with HHVM
5858
return false;

0 commit comments

Comments
 (0)