Home >Backend Development >PHP Tutorial >Shell script to quickly install php7
PHP7 was officially released from 2015 to December, and its performance has improved a lot compared to version 5.6, so I tried installing php7 and configured zend_extension=opcache.so opcache.enable=1 opcache.enable_cli=1 in php.ini, and sure enough the performance improved A lot.
|