适用于 Windows 的 PECL 扩展
在哪里可以从 PECL 下载 PHP 5.3 的扩展?我发现链接仅适用于5.2.6,并且PECL4Win的站点已停止使用。
我尝试从网站上的 PECL 下载扩展,但代码是用 C 编写的,我无法编译文件并获取 .dll。
Where can I download extensions from PECL for PHP 5.3? I find that the links are only for 5.2.6, and the site of PECL4Win is discontinued.
I tried to download extensions from PECL on the site but the code is written in C and I can not compile the files and get the .dll.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不能编译C文件?有很多教程向您展示如何做到这一点。完成所有配置和设置需要一两个小时,但这是值得的,因为您不需要等待将来新的 .dll 文件出现,您可以自己编译。
https://wiki.php.net/internals/windows/stepbystepbuild
在 php 上它说:
Windows 的 PECL 扩展正在开发中。 pecl 网站上的界面很可能会更新,以提供直接从该网站下载 Windows DLL 的功能。
同时,可以在此处找到一些扩展。
http://pecl.php.net/
Why can't you compile the C files? There is a lot of tutorials out there that show you how to do it. It takes an hour or two to get all configured and setup, but it's worth it because you don't need to wait in the future for new .dll files to come out, you can just compile yourself.
https://wiki.php.net/internals/windows/stepbystepbuild
On php it says:
PECL extensions for Windows is being worked on. The interface on the pecl website will most likely be updated to offer Windows DLL download right from that website.
In the meantime, some extensions can be found here.
http://pecl.php.net/