PHP OpCache Kurulumu – Installation Zend OpCache on CentOS

Merhabalar,

PHP Zend OPcache kurulumunu yum parametresi ile sadece birkaç adımda tamamlayacağız.

PHP Zend OPcache installation is very easy witf yum param.

to do-list

PHP OpCache Kurulumu

  • # yum update
    
  • Gerekli paketler / requirements
    # yum install gcc httpd-devel php-pear pcre-devel
    
  • PHP Opcache kurulumu / install opcache
    # yum install php-pecl-zendopcache
    
  • # service httpd restart

Continue reading