How do I get php-mysql for php 5.4.23 while it's conflicting with php-common 5.3.28?

社会主义新天地 提交于 2020-01-06 18:12:12

问题


Php-mysql package for php 5.4.23 is conflicting Debuging line by line into the framework I now have found that the constructor at 1 level goes to initialize database() and finally it tries connection with mysqli_connect but I now see that my php5.4.23 generates undefined mysqli_connect()..wow! Now I'm trying to install php-mysql for php 5.4.23 but it gives

~>sudo yum -y php54 php-mysql   
Error: php54-common conflicts with php-common-5.3.28-1.2.amzn1.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

FYI: php -v :5.4.23 ,mysql -v :5.5.34 ,httpd: 2.4.6 **CI:2.1.3, I'm debugging inside the core mysqli_driver now.(too risky but doing). Is it saying I dont have mysqli driver installed in my php package.

来源:https://stackoverflow.com/questions/21931570/how-do-i-get-php-mysql-for-php-5-4-23-while-its-conflicting-with-php-common-5-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!