Enable json_encode in PHP(在 PHP 中启用 json_encode)
问题描述
有人可以建议如何在 PHP 中启用 json_encode 函数吗?
Could someone advise on how to enable the json_encode function in PHP?
我已经全新安装了 Centos 5.6,并且刚刚安装了 Virtualmin.
I have a clean install of Centos 5.6 and have just installed Virtualmin.
有人知道接下来要采取的步骤吗?
Does anyone know the next steps to take?
推荐答案
如 http://www.php.net/manual/en/json.requirements.php
要求
使用这些功能无需安装;它们是 PHP 核心的一部分.
There is no installation needed to use these functions; they are part of the PHP core.
只需 PHP >= 5.2.0
编辑:在评论中看到 还有这个
在 RHEL5/CentOS5 上添加 EPEL 存储库(http://fedoraproject.org/wiki/EPEL).
On RHEL5/CentOS5 add the EPEL repository (http://fedoraproject.org/wiki/EPEL).
之后,安装就很简单了:
After that, installation is as simple as:
sudo yum install php-pecl-json
不知道这是否适用于你的问题,我没有 Centos 服务器...
Don't know if this apply for your question, I don't have a Centos server...
对于 Ubuntu:
sudo aptitude install php5-json
这篇关于在 PHP 中启用 json_encode的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 PHP 中启用 json_encode


- 没有作曲家的 PSR4 自动加载 2022-01-01
- Laravel 仓库 2022-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01