简体   繁体   English

Windows的PECL扩展

[英]PECL Extensions for Windows

Where can I download extensions from PECL for PHP 5.3? 在哪里可以从PECL for PHP 5.3下载扩展? I find that the links are only for 5.2.6, and the site of PECL4Win is discontinued. 我发现链接仅适用于5.2.6,并且PECL4Win的站点已终止。

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. 我试图从网站上的PECL下载扩展名,但是代码是用C编写的,我无法编译文件并获取.dll。

Why can't you compile the C files? 为什么不能编译C文件? 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. 进行所有的配置和设置需要一两个小时,但值得这样做,因为您不必等待将来出现新的.dll文件,只需编译即可。

https://wiki.php.net/internals/windows/stepbystepbuild https://wiki.php.net/internals/windows/stepbystepbuild

On php it says: 在php上说:

PECL extensions for Windows is being worked on. Windows的PECL扩展正在开发中。 The interface on the pecl website will most likely be updated to offer Windows DLL download right from that website. pecl网站上的界面很可能会被更新以从该网站提供Windows DLL下载。 In the meantime, some extensions can be found here. 同时,一些扩展可以在这里找到。

http://pecl.php.net/ http://pecl.php.net/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM