Bear in mind, this is a workaround if/when an official patch arrives.
The relevant portion of the tech's response:
I have commented out the loading of the ImageMagick extension in the global php.ini file for PHP 7.1. I then went and created the following file: ========================
[~]$ cat /opt/cpanel/ea-php71/root/etc/php.d/imagick.ini extension="imagick.so"
========================
The extension is now loading only once. This behavior is being caused by a recent change in which we are now scanning /opt/cpanel/ea-php##/root/etc/, which ends up causing modules to get loaded twice if they are in the global php.ini (which PECL/PEAR will automatically do when installing an extension).
 

0

 
Cette réponse était-elle pertinente? 0 Utilisateurs l'ont trouvée utile (0 Votes)