I am on linux mint and probably do not have the best setup but I currently have imagick installed in my global version of php8.4 and it shows in when I grep for it and in phpinfo.
I have a php application setup with xampp using its own php version 8.0 (it starts to have problems after php8.0) but this php doesnt have the imagick added. I have added the extension.so for it to the ini but it doesnt show in the phpinfo
How do I add imagick to the xampp php or have it see the imagick that the global php is seeing