Dieses Blog durchsuchen

Dienstag, 15. Dezember 2015

Magento 1.9.x with php 7

Now its definitly time to get in touch with Magento 1.9 and PHP 7 to the promissed performance enhancements.

After installation of PHP 7 and Inchoos` compatibilitymodule I was definitly impressed of the PHP 7 performance.

All the benchmarks from earlier days I read are direktly visible on pagerendering.

Lets install PHP 7 and play arraound with Magento 1.9.x

sudo add-apt-repository ppa:ondrej/php-7.0
sudo apt-get update
sudo apt-get install php7.0-cli php7.0-common libapache2-mod-php7.0 php7.0 php7.0-mysql php7.0-fpm php7.0-curl php7.0-gd
/etc/init.d/apache2/restart

Download and Install Magento 1.9.2.2

The process may take up to 10 minutes for creating database tables.
Take a cup of coffee. 

Download Inchoos' Compatible Module fom
https://github.com/Inchoo/Inchoo_PHP7

- extract Package
- move app folder to your installation
- clear cache

Have fun surfing superfast Magento 1.9.x without extra caching.

Funtastic