如何在CentOS上安装PHP 7的json扩展?

问题描述 投票:1回答:1

在我的服务器上,我之前安装了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

经过几个小时的互联网搜索,我仍然找不到任何解决方案。有人可以帮帮我吗?

linux laravel centos composer-php php-7
1个回答
0
投票

您可以使用以下命令在centos中安装PHP 7的JSON扩展。

sudo yum install php70u-json
© www.soinside.com 2019 - 2024. All rights reserved.