The latest version of PHP 7.4.5 for cPanel was released today with a fix for the missing JPEG support bug.
I have now upgraded 4 forums from 7.3.x to 7.4.5. All is running smoothly. No errors. No issues with any of the addons used on those forums.
Followed this procedure for upgrading CENTOS 7.7 v86.0.18 servers with WHM/cPanel:
1. Make a checklist of all the settings and modules you use for 7.3.x before anything else.
2. Run Update Server Software from WHM.
3. Run EasyApache from WHM/cPanel to add 7.4.5 as an option with all the appropriate modules and settings matching those of 7.3.
4. Now add Imagick and enable it for PHP 4.7.5 - I did this last part via terminal - run them all to be sure but the first three may quite probably finish with "nothing to do" if you had everything running properly with PHP 7.3.x:
5. Now restart Apache from WHM and you're done.
I have now upgraded 4 forums from 7.3.x to 7.4.5. All is running smoothly. No errors. No issues with any of the addons used on those forums.
Followed this procedure for upgrading CENTOS 7.7 v86.0.18 servers with WHM/cPanel:
1. Make a checklist of all the settings and modules you use for 7.3.x before anything else.
2. Run Update Server Software from WHM.
3. Run EasyApache from WHM/cPanel to add 7.4.5 as an option with all the appropriate modules and settings matching those of 7.3.
4. Now add Imagick and enable it for PHP 4.7.5 - I did this last part via terminal - run them all to be sure but the first three may quite probably finish with "nothing to do" if you had everything running properly with PHP 7.3.x:
Code:
# yum install php-pear php-devel gcc
# yum install ImageMagick ImageMagick-devel ImageMagick-perl pcre-devel
# /opt/cpanel/ea-php74/root/usr/bin/pecl channel-update pecl.php.net
# /opt/cpanel/ea-php74/root/usr/bin/pecl install imagick
Last edited: