-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magento 2.1.x No support for PHP7.1 #7663
Comments
We are not supporting PHP 7.1 yet. |
@maksek When? :) |
In order to compile I changed it to Voided. I know it broke something but I havent found it yet... |
My fix: https://example.com/t/2433 |
PHP 5.6 officially no longer under active support. Might be time to revisit this issue. |
@dmitry-fedyuk, your fix is lame. You can get an idea for proper fix from https://github.com/magento/magento2/blob/develop/app/code/Magento/Catalog/Controller/Adminhtml/Product/NewAction.php#L13 ;) |
This issue has been addressed via PR #8609. Closing |
Preconditions
2 . Magento CLI version 2.1.2
Steps to reproduce
Expected result
Actual result
1.Repositories code generation... 1/7 [====>-----------------------] 14% 1 sec 42.0 MiBPHP Fatal error: Cannot use 'Void' as class name as it is reserved in /data/vendor/magento/module-sales/Controller/Adminhtml/Order/Creditmemo/Void.php on line 10
This doesn't happen on PHP7.0
The text was updated successfully, but these errors were encountered: