I'm I want to install phpredis-4.2.0 on my Ubuntu20.04 machine with php5.6. I know that php5.6 is outdated but for some reasons, I can't update it right now. I used this command wget https://github.com/phpredis/phpredis/archive/refs/tags/4.2.0.tar.gz
to get the file which I then extracted and ran phpize
and ./configure
commands these two commands ran perfectly but when I try to run the make
command it started throwing a lot of errors below is the picture of the last few error, because the errors are so many I can't scroll up to see the first error.
I can't figure out what's wrong so I need to know what's wrong and what I can do to install phpredis-4.2.0 in my ubuntu machine