Hi all,
I'm running PHP 8.2.20, Apache 2.4.59.1, WAMP Manager 3.3.5. I'm trying to get the imagick extension installed but am stuck. I've downloaded the ZIP from php.net and have put the DLL in the EXT folder for PHP, but it's not showing up in the list of Extensions in WAMP Manager. PHP.INI and phpForApache.ini both have
[Imagick]
extension=php_imagick.dll
When I select "Show the list of loaded extensions", I get the following:
Warning: PHP Startup: Unable to load dynamic library 'php_imagick.dll' (tried: c:/wamp64/bin/php/php8.2.13/ext/php_imagick.dll (The specified module could not be found), c:/wamp64/bin/php/php8.2.13/ext/php_php_imagick.dll.dll (The specified module could not be found)) in Unknown on line 0
Which doesn't make sense because everything else is showing 8.2.20. I have also put the DLL and the updated extension info into the 8.2.13 folder just to see if that worked (it doesn't).
How can I get the extension set up and running?
I'm running PHP 8.2.20, Apache 2.4.59.1, WAMP Manager 3.3.5. I'm trying to get the imagick extension installed but am stuck. I've downloaded the ZIP from php.net and have put the DLL in the EXT folder for PHP, but it's not showing up in the list of Extensions in WAMP Manager. PHP.INI and phpForApache.ini both have
[Imagick]
extension=php_imagick.dll
When I select "Show the list of loaded extensions", I get the following:
Warning: PHP Startup: Unable to load dynamic library 'php_imagick.dll' (tried: c:/wamp64/bin/php/php8.2.13/ext/php_imagick.dll (The specified module could not be found), c:/wamp64/bin/php/php8.2.13/ext/php_php_imagick.dll.dll (The specified module could not be found)) in Unknown on line 0
Which doesn't make sense because everything else is showing 8.2.20. I have also put the DLL and the updated extension info into the 8.2.13 folder just to see if that worked (it doesn't).
How can I get the extension set up and running?