如何在WAMP上本地安装PHP扩展? [英] How to install PHP extension locally on WAMP?

查看:367
本文介绍了如何在WAMP上本地安装PHP扩展?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从未做过此事,因此我正在寻找详细的指导.我正在尝试使用Evernote API创建PHP页面.我已经下载了他们的SDK,并说我需要为PHP安装OAuth扩展.我在本地计算机(Windows 7)上安装了WAMPSERVER.我已经尝试阅读该手册,但是我什至不知道该下载什么:S 这是一个相当简单的过程吗?

I've never done this, so I'm looking for detailed guidance. I'm trying to use the Evernote API to create a PHP page. I've downloaded their SDK and it says I need to install OAuth extension for PHP. I have WAMPSERVER installed on my local machine (Windows 7). I've tried reading the manual but I can't even figure out what to download :S Is this a fairly straightforward process?

http://php.net/manual/en/book.oauth.php

推荐答案

http:/获取预编译的dll./downloads.php.net/pierre/

在页面上搜索 oauth ,然后为您的计算机选择一个.

Search the page for oauth and choose the one for your machine.

将该.dll文件放入您的PHP扩展目录中.在您的php.ini文件中找到扩展区域,并将其添加到其中:

Put that .dll file in your PHP extensions directory. Find the extensions area in your php.ini file and add this to it:

[PHP_OAUTH]
extension = php_oauth.dll

[PHP_OAUTH]
extension=php_oauth.dll

重新启动WAMP服务器

restart WAMP server

这篇关于如何在WAMP上本地安装PHP扩展?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆