Hi,
I've been trying for hours to add/install the Imagick module to PHP in Wampserver v3.3.1, PHP v8.1.23, but no luck. PHP keeps reporting that the Imagick class can't be found. I do see the module in the list of installed extensions and also when I run the php -i from the command line.
But no such luck when requesting the phpinfo through a phpinfo.php file. I did check the loaded php.ini file ( C:\wamp64\bin\apache\apache2.4.51\bin\php.ini) mentioned in the phpinfo, and the extention=imagick is in that file.
All the DLL's from imagick are copied to the bin directory of the PHP v8.1.23 install.
Anybody hints how I can solve this? Any help would be appreciated.
Thanks,
Marc
I've been trying for hours to add/install the Imagick module to PHP in Wampserver v3.3.1, PHP v8.1.23, but no luck. PHP keeps reporting that the Imagick class can't be found. I do see the module in the list of installed extensions and also when I run the php -i from the command line.
But no such luck when requesting the phpinfo through a phpinfo.php file. I did check the loaded php.ini file ( C:\wamp64\bin\apache\apache2.4.51\bin\php.ini) mentioned in the phpinfo, and the extention=imagick is in that file.
All the DLL's from imagick are copied to the bin directory of the PHP v8.1.23 install.
Anybody hints how I can solve this? Any help would be appreciated.
Thanks,
Marc