在 Windows 上构建 PECL 扩展
我想在 Windows 上构建旧版本的 APC 。 他们说(检查链接)
此 PECL 扩展的 DLL 当前不可用。 另请参阅 Windows 上的构建部分。
但所提到的指南不可用。 您能推荐一下操作方法吗?
I want to build an old version of APC on windows. They say (check the link)
A DLL for this PECL extension is currently unavailable. See also the building on Windows section.
but the guides referred are not available. Can you recommend a How-to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我昨晚尝试了这个,我还需要下载 PHP 源文件、Zlib 源和 OpenSSL 源,并构建 Zlib 和 openSSl 静态库以获取所有引用。 但是当我将所有引用平方后,我意识到该死的事情在构建上仍然出错,因为某些东西被重新定义了。
我知道你的意思,这个过程根本没有记录。 就我个人而言,我不认为有 windows DLL 可供下载,因为他们也无法构建它。
Well, I tried this last night and I also needed to download the PHP sourcefiles, Zlib source, and OpenSSL source, and build Zlib and openSSl static libraries to get all the references. But then once I had all the references squared aware the darn thing still errored on the build because something was redefined.
And I know what you mean, this process is not documented at all. Personally I don't think there is a windwows DLL to download because they couldn't get it to build either.