Add support of ImageMagick7 for PHP shipped by Plesk
Would be great to use ImageMagick7 with PHP versions shipped by Plesk.
The feature request is based on the false assumption that ImageMagick is a PHP component. Instead, it is a stand-alone software package that can be installed on several operating systems. It can be used through PHP shell_exec() or exec() functions or similar PHP functions that allow execution of shell commands, but it can also be used from other software. PHP does not depend on it, neither depends ImageMagick on PHP.
ImageMagick is often confused with Imagick PHP extension.
We are not aware that Plesk overwrites a custom ImageMagick version on the operating system level as Plesk does not deliver ImageMagick, but it comes from repositories configured for the operating system, such as "updates" or "base" on RHEL/CentOS for example.
-- PD