OPcache
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Zend OPcache [#o202098e]
- PHP 5.5 からは標準搭載
- see alseo [[APC]]
- [[Opcache Control Panel>https://gist.github.com/ck-on/4...
*** 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
終了行:
** Zend OPcache [#o202098e]
- PHP 5.5 からは標準搭載
- see alseo [[APC]]
- [[Opcache Control Panel>https://gist.github.com/ck-on/4...
*** 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
ページ名: