Installing php_imagick
[email protected] ("demented.gibbon.tiscali.co.uk via php-windows")
| Newsgroups | php.windows |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to use ImageMagick in PHP on my PC (Windows 10 & PHP 8.2) to test my website. I've downloaded the files from the PECL website and put them in the locations indicated. I've enabled the extension in php.ini. If I try to use it, it fails and I get the following in the Windows event log: php[3476] PHP Warning: PHP Startup: imagick: Unable to initialize module Module compiled with module API=20210902 PHP compiled with module API=20220829 These options need to match Is there a compatible version of the imagick dll available: Imagick is working on the webserver but I need to test things locvally. Geoff Marsh