#author("2024-09-30T12:54:10+00:00","default:iseki","iseki")
** Zend OPcache [#o202098e]
- PHP 5.5 からは標準搭載
- see alseo [[APC]]
- [[Opcache Control Panel>https://gist.github.com/ck-on/4959032]]


*** PHP 5.3 (CentOS) に OPcache を入れる [#pa335b89]
 pecl search OPcache
 pecl install ZendOpcache
 yum install php-devel
 pecl install channel://pecl.php.net/ZendOpcache-7.0.3

**** /etc/php.d/opcace.ini [#fa58b632]
 zend_extension=/usr/lib64/php/modules/opcache.so
 ........
 [opcache]
 opcache.enable=1
 opcache.memory_consumption=128
 opcache.interned_strings_buffer=8
 opcache.max_accelerated_files=4000
 opcache.revalidate_freq=60
 opcache.fast_shutdown=1
 opcache.enable_cli=1


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS