SysSachin

Well-Known Member
Aug 23, 2015
604
49
28
India
cPanel Access Level
Root Administrator
Twitter
Hello,

Which OS is installed on your server? Paste the output for bellow command
Code:
cat /etc/redhat-release
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

The PHP Options - EasyApache 4 - cPanel Documentation document notes the following warnings regarding OPcache:

  • EasyApache 4 does not currently support any opcode cacher other than OPCache.
  • Opcode caching programs are not compatible with the suPHP or CGI PHP handlers. The caching program either does not function, or functions incorrectly.
  • The system does not automatically configure OPCache. If you do not manually configure OPCache after you install it, it will provide no benefits.
  • We strongly recommend the DSO PHP handler for the OPCache opcode cacher.
  • Do not install multiple PHP caching programs on the same system. Multiple opcode caching programs consume excessive memory and degrade system performance.
You can also find more information on the available PHP loaders and encoders on this document.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
With what command can i install zend opcache in php 7? I use EA4 in centos 6.8
Here's a quote from the PHP 7 Is Here! | cPanel Blog blog post that answers this question:

Another thing to keep in mind is that the major encoders and loaders that we provide are not compatible with PHP 7 right now. These include IonCube, SourceGuardian and ZenGuard. Once these are upgraded and compatible, we will implement and release them for your use in EasyApache 4. We maintain our complete list of available PHP options in our PHP Options documentation.
Thank you.
 

ribo

Well-Known Member
Oct 15, 2015
74
4
58
Greece
cPanel Access Level
Root Administrator
Thank you. I understood that i can use yum install. But i also understood that you can do it from whm. You can do it from whm-software-easyapache4-Customize and there you can install-uninstall what is available.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
New Thank you. I understood that i can use yum install. But i also understood that you can do it from whm. You can do it from whm-software-easyapache4-Customize and there you can install-uninstall what is available.
Hello,

Yes, this is correct. However, note that EasyApache 4 does not currently support any opcode cacher other than OPCache.

Thank you.