适用于 Windows 的 OAuth PHP?

发布于 2024-10-18 08:30:23 字数 479 浏览 2 评论 0原文

我正在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅唱ヾ落雨殇 2024-10-25 08:30:23

这通常是由于 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.

别念他 2024-10-25 08:30:23

在 Windows 上安装 APC

PECL用于下载和
编译扩展,但Windows
机器一般没有什么
需要编译这些,而是​​尝试
寻找并下载
预编译的.dll。

Install APC on Windows:

PECL is used for downloading and
compiling extensions, but Windows
machines generally don't have what is
required to compile these, instead try
looking for and downloading a
pre-compiled .dll.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文