asuweb
Results
32
comments of
asuweb
PHP 5.4 is EOL You could try replacing php-mysql with php-mysqlnd which should also fix the issue
Yes, do the following `yum remove php-mysql` `yum install php-mysqlnd` or you could use use yum-plugin-replace if you wanted to, but the above will work just fine