Questions tagged [php-opcache]
The php-opcache tag has no summary.
3 questions
0
votes
1
answer
1k
views
Why a PHP module is not loaded into PHP?
Showing my case how to debug the problem, that a PHP module is not loaded into PHP.
I use OpenSUSE v42.2 Linux OS, with Apache webserver, PHP v7.1, Mysql.
Because it does not provide PHP v7.1 I need, ...
0
votes
1
answer
1k
views
How to install Zend Opcache and Memcached on centOS 7 with PHP7
I upgraded php7 but when I install
yum install php-opcache and php-memcache, occurs error
Error: php70u-common conflicts with php-common-5.6.31-1.el7.remi.x86_64
You could try using --skip-broken ...
1
vote
2
answers
3k
views
Zend OPcache huge_code_pages: madvise(HUGEPAGE) failed
I've got this error while running a PHP command-line script on a freshly installed server:
PHP Warning: Zend OPcache huge_code_pages: madvise(HUGEPAGE) failed: Invalid argument
The server is running ...