Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
Olga Kopylova edited this page Jan 25, 2018 · 3 revisions

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

The goal is to have a ZF1 version which supports PHP 7.2 and has all the features needed in Magento 2.

Requirements

  • Both PHP 7.1 and 7.2 are supported

Implementation Approach

  1. Cleanup
    1. Remove all sub-components that are not used in Magento 2 (2.3-develop version)
    2. Ensure extensions on Marketplace don't use the components being removed (work with @buskamuza from Magento side)
  2. Consider upgrade of remaining components to ZF2/3
  3. Fix PHP 7.2 incompatibility issues in all remaining libraries
Clone this wiki locally