0

I have installed multiple php versions on my local centos 7 with apache. I followed this tutorial: Multiple PHP version with Apache on CentOS 7

PHP 7.2 is loading properly but I can't load mysqli on my 5.6 installation. phpinfo() does not show mysqli installed

Dharman
  • 30,962
  • 25
  • 85
  • 135
Magal
  • 11
  • 1

1 Answers1

0

This solved it for me:

yum --enablerepo=remi install php56-php-mysqlnd
Dharman
  • 30,962
  • 25
  • 85
  • 135
Magal
  • 11
  • 1