Why my OPcache configuration in php.ini doesn't take effect? -


i configued opcache in php.ini

zend_extension=opcache.so opcache.memory_consumption=256 

i sure

zend_extension=opcache.so 

took effect because when comment out, opcache infomation no longer appears in phpinfo page.

but strange thing is,

opcache.memory_consumption=256 

i found parameter remains default value 64mb in phpinfo page:

opcache configuration in phpinfo

could tell me did miss ?

=====more info===================

php version : 5.6.9 server : nginx php-fpm os: centos


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -