Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.
Olga Kopylova edited this page Dec 27, 2017 · 25 revisions

This is the project for implementing support of PHP 7.2 in Magento 2.

List of issues

Feel free to add an issue to the list if you know such ones. Those will be reviewed by the core team to confirm before being taken to work. All confirmed issues are open for assignments. blocker issues should be resolved first.

Repository

There are the following branches in the repository:

  • 2.3-develop - target branch for the fixes
  • workarounds - this is a branch with quick-fixes/workarounds to bypass fatal errors and other blockers. The purpose of this branch is to uncover as many issues as possible not waiting for final fixes of blocking issues

Labels

  • confirmed - the issue exists and needs a fix, confirmed by Magento core team
  • blocker - the issue blocks resolution of other issue(s). For example, the issue causes a fatal error, which terminates execution of the application and so blocks validation/fixing of other scenarios
Clone this wiki locally