ImagickDemos
ImagickDemos copied to clipboard
imagick for PHP 8.2
Please advise when an IMAGICK Windows build for PHP 8.2 will be released. The most recent listed as at 30 April 2023 is v3.7.0 for PHP 8.1 at https://pecl.php.net/package/imagick/3.7.0/windows. I understand that IMAGICK will therefore only run on WordPress with no later than PHP 8.1? Or is there a way to get IMAGICK to run on WordPress with PHP 8.2?
Hi there! Are there any plans of publishing new builds for new php versions on Windows?
Have the same question :)
Please advise when an IMAGICK Centos for PHP 8.2 will ever be released. - I need it!!
Warning: PHP Startup: imagick: Unable to initialize module Module compiled with module API=20200930 PHP compiled with module API=20220829 These options need to match in Unknown on line 0
OS: Centos 7 PHP: 8.2
same question, i follow all tutorial, seem doesn not compatible with latest php 8.2.10
Same question, will be imagick avaiable for php 8.3?
Same here, Windows 11 / CentOS 7, Laravel 10.20 PHP 8.2.0, I get this message: WARN PHP Warning: PHP Startup: Unable to load dynamic library 'php_imagick.dll' (tried: C:\xampp\php\ext\php_imagick.dll (No se puede encontrar el módulo especificado), C:\xampp\php\ext\php_php_imagick.dll.dll (No se puede encontrar el módulo especificado)) in Unknown on line 0.
@SilvioRamirez follow this instructions https://mlocati.github.io/articles/php-windows-imagick.html because PHP 8.2 and PHP 8.3 is there missing, use this downloads https://phpext.phptools.online/extension/images/imagick-121
@SilvioRamirez follow this instructions https://mlocati.github.io/articles/php-windows-imagick.html because PHP 8.2 and PHP 8.3 is there missing, use this downloads https://phpext.phptools.online/extension/images/imagick-121
Thanks! I make it works for windows 11:
- Download and install: ImageMagick-7.1.1-31-Q16-HDRI-x64-dll.exe
- In ext folder of php extract all .dll files from: php_imagick-3.7.0-8.2-x64-ts.zip
- Restart php or computer and works!
@3DWORX-SA @fxgadea Do you sponsor Open Source projects?