我的服务器上以前安装了PHP5。我按照here的步骤将其升级到PHP 7,但是当我尝试为使用laravel安装作曲家时,显示
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
经过数小时的互联网搜索,我仍然找不到任何解决方案。有人可以帮我吗?
答案 0 :(得分:0)
您可以使用以下命令在centos中安装PHP 7的JSON扩展。
sudo yum install php70u-json