php_oauth功能扩展有关问题

WBOY
Release: 2016-06-13 11:56:34
Original
893 people have browsed it

php_oauth功能扩展问题
因为需要使用magento rest api。经过查看相关资料后,在调试过程中发现需要系统能够支持oauth功能。

于是经过千辛万苦的查找资料之后,下载了php_oauth.dll文件的非nts版,放在apache的ext目录下,并且将php.ini里面添加了extension=php_oauth.dll这句话。

但是在启动wamp的时候,报错了。  报错截图如下:



我用的是wamp部署的magento项目,能够正常访问,而且能够提供 soap的api访问
------解决方案--------------------
php_oauth.dll 必须与你的 php 配套!
比较权威的下载站是 http://downloads.php.net/pierre/
不过似乎没有 php 5.4.12 适用的

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template