Hello
my software require php imagick extension to be loaded
to install this extension in windows without (ExeOutput)
we will put some dll files in php version folder
and put php_imagick.dll (extension file ) in phpFolder/ext
it’s easy to load extension file with ExeOutput
but how i put the others dll that should be in php installation folder with ExeOutput ?
References :
imagick install with php windows : Installing Imagick for PHP 7 on Windows 10 - herb miller
imagick install with xampp windows : https://ourcodeworld.com/articles/read/349/how-to-install-and-enable-the-imagick-extension-in-xampp-for-windowsPreformatted