适用于 Windows 的 OAuth PHP?
我正在 Windows 上运行 XAMPP 并尝试将 Oauth 安装到 PHP 中。我已经尝试运行“pecl install oauth”,但它给了我错误。我没有编译器将 OAuth 1.10 编译成 .dll,并且确实没有时间学习如何编译它。
pecl 包的链接位于: http://pecl.php.net/package/ oauth/1.1.0
编辑 运行“pecl install oauth”后,我得到的错误是这样的:
警告:php_bin C:\XAMPP\xampp\php\php.exe 似乎有后缀 \php.exe, 但配置变量 php_suffix 不匹配。 错误:DSP oauth.dsp 不存在。
谢谢!
I'm running XAMPP on windows and trying to install Oauth into PHP. I already tried running "pecl install oauth" but it gave me error. i don't have a compiler to compile the OAuth 1.10 into .dll, and really don't have the time to learn how to compile it.
the link for the pecl package is here: http://pecl.php.net/package/oauth/1.1.0
EDIT after running 'pecl install oauth' the error i get is this:
WARNING: php_bin C:\XAMPP\xampp\php\php.exe appears to have a suffix \php.exe,
but config variable php_suffix does not match.
ERROR: The DSP oauth.dsp does not exist.
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这通常是由于 oAuth 版本和 PHP 不兼容造成的。您可以从 windows.php.net 站点获取预编译的最新 oAuth 库:
http:// /windows.php.net/downloads/pecl/releases/oauth/
另外,不要忘记将扩展添加到 php.ini 中,然后重新启动 Apache。
This is usually do to incompatibility between the oAuth version and PHP. You can get the latest oAuth library precompiled from the windows.php.net site:
http://windows.php.net/downloads/pecl/releases/oauth/
Also don't forget to add the extension to your php.ini and restart Apache afterwards.
在 Windows 上安装 APC:
Install APC on Windows: