Open
Description
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!