让PHP7达到最高性能的几个Tips

本文转发自:http://www.laruence.com/2015/12/04/3086.html 1. Opcache 记得启用Zend Opcache, 因为PHP7即使不启用Opcache速度也比PHP-5.6启用了Opcache快, 所以之前测试时期就发生了有人一直没有启用Opcache的…

Read More