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

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

List of Issues

See Issues Board for the list of issues ready for development or in development.

Feel free to add an issue to the list of issues if you know such ones. Those will be reviewed by the core team to confirm before being taken to work.

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
  • 3rd-party dependency - the issue is caused by dependency on a 3rd-party library. For example, a library doesn't support PHP 7.2
  • deprecated - usages of functionality deprecated in PHP 7.2
Clone this wiki locally