如果你使用的是 CentOS 7 系統,想要安裝 json 擴展,那么你可以按照以下步驟進行操作:
# 首先,安裝 EPEL 源,此源提供許多與操作系統有關的軟件包
yum install epel-release
# 安裝 jq 工具
yum install jq
# 安裝新的 REMI 源,此源提供 PHP 7.4 軟件包
yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
# 安裝 PHP 7.4 和 json 擴展
yum install php php-json
# 重啟 Apache 服務器
systemctl restart httpd
當上述操作完成之后,你就可以使用 json 擴展了。