mlocati / powershell-phpmanager

A PowerShell module to install/update PHP, PHP extensions and Composer on Windows

Home Page:https://www.powershellgallery.com/packages/PhpManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imagick extension missing DLL

kranack opened this issue ยท comments

Environment
Windows 2016 Server
PHP 7.3.25
PHPManager 1.25.2

Issue Description
I installed PHP on a fresh new Windows 2016 Server with the latest version of PHPManager but the installation of the imagick extension seemed to not work as intended on some extensions. I realized at some point that one DLL is missing in the PHP install folder, compared to the ImageMagick library folder, the FILTER_analyze.dll_ file.
I checked the code in Install-ImagickPrerequisite.ps1 and wonder why this file is not copied as well as the CORE_RL_* and the IM_MOD_RL_* DLLs. Is there a reason for not getting this file automatically ?

Which PHP version are you using?

PS: The latest version of PHPManager is 1.25.3 which includes #83

I assume you found the PHP version in my issue ๐Ÿ˜„
Thanks for you quick response and your PR, do you need me to check your branch / test it on my environment ?

I assume you found the PHP version in my issue ๐Ÿ˜„

Yep, sorry

Thanks for you quick response and your PR, do you need me to check your branch / test it on my environment ?

No needs to do that, thanks! I'll publish a new release shortly

Great, thanks again for your work ๐Ÿ‘๐Ÿป

I'll publish a new release shortly

Done: version 1.25.4 should fix the issue