Compatibility module to get Magento 1.9.* working with >= PHP 7.0.0 RC 6. PHP7.
This just overrides a core file using a class rewrite to avoid core file patching.
...or if you don't mind patching core files, here's a patch:
https://gist.github.com/MageMechanic/66449504110fbbd96214
A few install options:
-
Install manually, download here
-
Install with modman:
modman clone https://github.com/MageMechanic/PhpSeven.git- Install with composer:
composer config repositories.magemechanic git https://github.com/MageMechanic/PhpSeven.git
composer require "magemechanic/phpseven:1.0.0"http://afilina.com/magento-1-9-on-php7/
http://www.bubblecode.net/en/2015/07/24/magento-php-7/
http://magento.stackexchange.com/questions/74008/is-magento-ready-for-php-7#answer-80912
http://www.code007.ro/making-work-magento-with-php-7-rc1/
MIT. See LICENSE file.