M
M
Mister_Robo2019-04-08 15:11:11
PHP
Mister_Robo, 2019-04-08 15:11:11

How to install imagick on different php versions on webserver?

There is a web server on Centos 7 with different versions of php installed at the same time: 5.6, 7.0, 7.1, 7.2.
I installed ImageMagick, imagick was installed only on 5.6 (the main version of php, the one that gives out when requested php --version).
How to put imagick on all versions of php on the server?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
irishmann, 2019-04-08
@irishmann

IMHO, for each you need to put your own, because. compatibility issues may surface.
I installed it on ubuntu for each separately

sudo apt-get install php5.6-imagick
sudo apt-get install php7.2-imagick

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question