Ryan Schmidt wrote:
> On Jan 21, 2021, at 02:06, Bjarne D Mathiesen wrote:
>
>> php80-imagick can be installed directly from git :
>> ( https://github.com/Imagick/imagick/issues/358 )
>
> Yes, but if you actually read that issue, you'll find that the author is not
> ready to declare that code as
On Jan 21, 2021, at 02:06, Bjarne D Mathiesen wrote:
> php80-imagick can be installed directly from git :
> ( https://github.com/Imagick/imagick/issues/358 )
Yes, but if you actually read that issue, you'll find that the author is not
ready to declare that code as the PHP 8-compatible release ye
php80-imagick can be installed directly from git :
( https://github.com/Imagick/imagick/issues/358 )
port select --set php php80
export CC="gcc" CFLAGS="-O3 -Wall"
cd /private/tmp
git clone https://github.com/Imagick/imagick
cd imagick/
phpize80
./configure --prefix=/opt/local
make
make install
cd