-
Notifications
You must be signed in to change notification settings - Fork 11
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
Recommended way of installing on PHP 7.4 #36
Comments
Sorry, I don't know. Does Yes, you can build from source, but that needs pear. Someone will need to dig into php 7.4 and see how they suggest fixing this. |
I get an error about HTTPS connection because Pickle has hardcoded In any case, I don't think it's very wise to rely on tool that is clearly not actively maintained. I think you'd be able to use I'll have to check if it works with a fresh Ubuntu 20.04 image. |
I managed to build the extension from source and install it on Ubuntu 20.04 and PHP 7.4. Here are the required commands if anyone else wants to do the same:
Then just add |
Hi @jarodium, I'm sorry you're having trouble. Could you open a new issue, please? This one is for php 7.4 install problems. |
Hello. I shall drop the comment then post it in a new issue. |
@joppuyo thanks for that. I got it working that way on ubuntu 21.04 with PHP 8.0 My system actually had PECL installed but trying to install with PECL caused an error to do with curly braces being deprecated for accessing array elements and string offsets. |
It seems like PHP 7.4 doesn't include PEAR (and PECL) anymore and they recommend using something called Pickle. However, it doesn't seem to actually work and the repository hasn't been updated in years.
So if I want to install the vips extension on PHP 7.4 what would be the recommended way of doing so? Building from source?
Thanks!
The text was updated successfully, but these errors were encountered: