dolomats

Active Member
Dec 14, 2014
34
0
56
cPanel Access Level
Website Owner
Hello i m getting and error while trying install ZendOPcache from WHM » Software » Module Installers

Failed to download pecl/ZendOpcache within preferred state "stable", latest release is version 7.0.3, stability "beta", use "channel://pecl.php.net/ZendOpcache-7.0.3" to install
install failed
The ZendOpcache.so object is not in /usr/local/lib/php/extensions/no-debug-non-zts-20121212
Tidying /usr/local/lib/php.ini...
No changes
Tidying /usr/local/cpanel/3rdparty/php/54/etc/php.ini...
No changes
 

cPanelMichael

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

You will need to install this module via the command line because it's still considered "beta". EX:

Code:
pecl install channel://pecl.php.net/ZendOpcache-7.0.3
Thank you.