I have issues with imagick on php. Actually i have wampserver installed with php7.3.21 x64 and thread safe. I would like to install imagick on my php through manual install.
I've tried several methods. But it doesn't work. I downloaded imagick for php.
1/ I first extracted core, im_mod and filter_ dlls that were in the bin folder to the php7.3 root folder. Then I extracted php_imagick.dll to the php7.3 ext folder. Added the extension line in the php.ini file. And class Imagick was not found. Of course i restarted the services before everything.
2/ Then i extracted the core, im_mod and filter dlls to the apache main directory. Even that didn't work.
3/ I downloaded an older version and tried and it didn'T work.