Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/xpath/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Magento 在CentOS上安装Oauth_Magento_Oauth_Oauth 2.0_Magento 1.7_Magento 1.4 - Fatal编程技术网

Magento 在CentOS上安装Oauth

Magento 在CentOS上安装Oauth,magento,oauth,oauth-2.0,magento-1.7,magento-1.4,Magento,Oauth,Oauth 2.0,Magento 1.7,Magento 1.4,我在CentOS。在magento中,为了将数据列表转换为JSON格式,我知道最初需要为用户端安装oauth。为了在centOS上安装oauth,我遵循了本网站的建议: 但我在发出命令“pecl install oauth beta”时遇到了一个问题。它表明找不到pecl命令 我怎样才能重新爱上这个…首先发出这个命令来发出PHP Pear: yum install php-pear 参考资料:您是否知道在magento中使用RESTURL发送JSON数据??通过使用rest客户端,我们只能看到

我在CentOS。在magento中,为了将数据列表转换为JSON格式,我知道最初需要为用户端安装oauth。为了在centOS上安装oauth,我遵循了本网站的建议:

但我在发出命令“pecl install oauth beta”时遇到了一个问题。它表明找不到pecl命令


我怎样才能重新爱上这个…

首先发出这个命令来发出PHP Pear:

yum install php-pear

参考资料:

您是否知道在magento中使用RESTURL发送JSON数据??通过使用rest客户端,我们只能看到rest客户端中的数据??但是,我们如何使用rest客户端将数据的输出转换为json格式呢?请在另一个问题中提问。