问题描述
我在这里找到了几个相关的帖子,但没有得到我的答案。再次发布。我将如何在Windows上安装PECL扩展?说我想要在Windows XP上的PECL oAuth扩展。
我知道2种方法,但没有一个是为我工作。
-
网站已经关了好几个月了。所以我不能下载DLL。有没有什么地方我们可以从中下载DLL?
-
运行命令
pecl install oauth-0.99.9.tgz 正在抛出错误
DSP oauth.dsp不存在。
我尝试使用其他几个扩展名,并得到相同的错误。
我在这里缺少什么?
现在可以发布在这里找到:
如果您需要一个扩展名,那么您可能会在pecl-dev上找到lists.php.net邮件列表。 / p>
I found a few related posts here but didn't get my answer. So posting again.
How would I install a PECL extension on windows? Say I want the PECL oAuth extension on Windows XP.
I know 2 methods, but none of them is working for me.
The site http://pecl4win.php.net/ is down for months. So I cant download the DLL. Is there any place we can download the DLLs from ?
running the commandpecl install oauth-0.99.9.tgz is throwing the error
The DSP oauth.dsp does not exist.
I tried with few other extensions also and getting the same error.
What am I missing here?
Releases can now be found here:
http://windows.php.net/downloads/pecl/releases/
If you need an extension not available there you might ask on the pecl-dev at lists.php.net mailing list.
这篇关于适用于Windows的PECL扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!