Skip to main content

EasyApache 4 Update - July 11, 2016

Comments

2 comments

  • kdean
    This update caused my PHP-FPM for 5.5 to not restart and messed up my opcache settings for 5.5 and 5.6. 7.0 appears to have been left alone. In these folders... /opt/cpanel/ea-php55/root/etc/php.d/ /opt/cpanel/ea-php56/root/etc/php.d/ ...the update renamed the opcache.ini files to opcache.inirpmsave. This was probably done because a zendguard.ini file was added that conflicted with the loading of the opcache.so extension in the opcache.ini... however disabling the opcache.ini also disabled all the custom settings for my opcache in 5.5 and 5.6. So I commented out the loading of the opcache.so extension and renamed the file back to opcache.ini and things appear normal again. Is there a different place we should set opcache settings then the opcache.ini file now? Is it no longer safe to edit these files with risk of them being disabled or replaced? Seems more and more cPanel is using updates that replace ini and cf files that should be user editable and relied on not to change unexpectedly. (for example spamassassins's local.cf for custom local changes, yet cpanel wipes it out on occassion).
    0
  • JacobPerkins
    Hi, If you were going to adjust those settings, I would make those changes in the local.ini file, and not in the opcache.ini files as they will be overwritten by updates / installs. I hope this helps!
    0

Please sign in to leave a comment.