magento-engcom / php-7.2-support

Repository for implementing support of php-7.2 support in Magento
Open Software License 3.0
23 stars 26 forks source link

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? zendframework/zend-stdlib/src/ArrayObject.php on line 426 #138

Open gaurangpadhiyar007 opened 5 years ago

gaurangpadhiyar007 commented 5 years ago

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? zendframework/zend-stdlib/src/ArrayObject.php on line 426

An issue with PHP 7.2, Magento installation.

Refer to this : https://github.com/magento/magento2/issues/20333

arnobsh commented 5 years ago

This is the Zend framework library issue. Can you please let me know the zend-stdlib you are using in composer json.

It is fixed zend-stdlib 3.2.1. Either you have to downgrade the semantic version 3.1.0 or you have to update zend package manager to zend-mvc 3