PHP5.5+集成OPcache

WBOY
Libérer: 2016-06-23 13:39:22
original
748 Les gens l'ont consulté

作者:zhanhailiang 日期:2015-02-28
Copier après la connexion

安装与配置

  1. 下载php-5.6.6.tar.gz

    [root@~/wade/git/billfeller.github.io/code]# wget wget http://cn2.php.net/distributions/php-5.6.6.tar.gz
    Copier après la connexion
  2. 通过 --enable-opcache 开启OPcache:

    ./configure  --prefix=/usr/local/php-5.6.6 --with-pear --with-iconv=/usr/local/ --enable-mysqlnd --with-mysql --with-mysqli --with-openssl --with-libxml-dir --with-curl --with-pdo-mysql --disable-fileinfo --enable-opcache --enable-soap --enable-sockets --enable-fpm --enable-mysqlnd --with-mcrypt --enable-mbstring --enable-debug --enable-maintainer-ztsmake && make install
    Copier après la connexion
  3. 配置php.ini:

    zend_extension=opcache.so[opcache]opcache.memory_consumption=128opcache.interned_strings_buffer=8opcache.max_accelerated_files=4000opcache.revalidate_freq=60opcache.fast_shutdown=1opcache.enable_cli=1
    Copier après la connexion
  4. 测试:

    [root@~/wade/git/billfeller.github.io/code]# /usr/local/php-5.6.6/bin/php -m[Zend Modules]Zend OPcache
    Copier après la connexion

更多阅读

  1. OPcache Installation
  2. 前端开发中的性能那点事(三)php的opcode缓存
Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal