My Centos6 webserver is running php 5.6 and php 7.1 (webmin/virtualmin). I already have mbstring installed for php 5.6, but I also need it for 7.1.
When I do yum install php71w-mbstring
I get the following error:
Error: php71w-common conflicts with php56w-common-5.6.40-1.w7.x86_64
I thought the package names being different (php71w vs php56w) were supposed to prevent this type of conflict?
How can I get mbstring for php 7.1 installed without breaking php 5.6?
Thanks!