在我的服务器上,我之前安装了PHP 5.我按照here中的步骤将其升级到PHP 7.但是当我尝试为使用的laravel安装composer时,它显示
The json extension is missing.Install it or recompile php without --disable-json"
然后我尝试在服务器上安装json扩展,它显示以下错误
Error: php70u-cli conflicts with php-cli-5.5.38-8.el7.remi.x86_64
Error: php70u-common conflicts with php-common-5.5.38-8.el7.remi.x86_64
经过几个小时的互联网搜索,我仍然找不到任何解决方案。有人可以帮帮我吗?
您可以使用以下命令在centos中安装PHP 7的JSON扩展。
sudo yum install php70u-json