Re: [PHP-WIN] Installing php_imagick
[email protected] (Toby Hart Dyke) Tue, 14 Mar 2023 12:49:54 +0000
| Newsgroups | php.windows |
|---|---|
| Message-ID | <[email protected]> |
Is there anything here you can use? https://mlocati.github.io/articles/php-windows-imagick.html Toby On 3/14/2023 12:10 PM, demented.gibbon.tiscali.co.uk via php-windows wrote: > 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 > > > >