New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 7.2 imagick #26408
Comments
A lot of extensions are now part of the php binary itself (check |
@SMillerDev Solved it using pecl :) |
Im trying to use the pecl but does not compile, this is how I solved, in case its of help of anyone.
and finally: Build process completed successfully
Installing '/usr/local/Cellar/php/7.2.4_1/include/php/ext/imagick/php_imagick_shared.h'
Installing '/usr/local/Cellar/php/7.2.4_1/pecl/20170718/imagick.so'
install ok: channel://pecl.php.net/imagick-3.4.3
Extension imagick enabled in php.ini |
Hello @kikoseijo , I'm doing your steps but I'm having the following error: Any idea how can I solve this? Thank you! EDIT: Issue is solved I did not add the following line in the php.ini file: That's all 😀 |
Or a simple php restart, i didn't had to change anything in php.ini |
any ideas??? |
Did you try any of the suggestions in the thread? |
ye, im completed with pecl
but still has that error |
Do you have you extension directory in php.ini set to |
yes, i have 20160303 DIR |
And you're getting this on the command line? |
yes, im getting this error while using |
Is /usr/local/Cellar/php@7.1/7.1.17/pecl/20160303/imagick.so a symlink? Cause Google tells me that sometimes gives the "file too short error" (none of this is homebrew issues by the way). And a lot of stack overflow solutions relating to shared libraries and "file too short" are just reinstalling the software. |
Nope, imagick.so is not a symlink
|
Fixed this issue with next steps:
Thanks for answers. |
Hello,
I really don't know if this is correct place to ask this, but the old homebrew-php is deprecated...
I am running osx 10.13.3 and php 7.2.4 and cant get it to work with imagick.
I used to do a simple php(version)-imagick and it works, but php72-imagick doesn't exists anymore.
Anyone has a workaround or fix for this?
The text was updated successfully, but these errors were encountered: