有人可以帮我编译 PHP runkit DLL 扩展吗?
我放弃。我问过这个问题前一段时间,但我又陷入了这个问题。我仍然遇到编译错误/丢失文件/其他我无法/没有时间修复的问题。不要误会我的意思——我已经编译了好几次了,但是我得到的 DLL 文件都不起作用。我使用 WAMPServer 2.1e [Apache 2.2.17, PHP 5.3.5] - 启用 php_runkit 后它无法启动。即使是从 Internet 上编译好的 DLL 也不起作用。还有一次,Windows 似乎完全与我作对。
现在,作为一名程序员,我觉得问你以下问题真的非常非常蹩脚:有人可以为我编译 PHP runkit DLL 扩展吗?或者指出我可以使用的扩展吗? 请测试它是否有效并提供你的 WAMP 堆栈配置,这样我就可以调整我的。
你会成为我的英雄。
I give up. I've asked this question some time ago but I'm again into that issue. I'm still stuck with compilation errors / missing files / other stuff that I can't / don't have time to fix. Don't get me wrong - I've compiled it several times, but none of the DLL files I've got worked. I use WAMPServer 2.1e [Apache 2.2.17, PHP 5.3.5] - after enabling php_runkit it does not start. Even already compiled DLLs from the Internet haven't worked. Another time Windows seems to be simply against me.
Now as a programmer I feel really, really lame to ask you the following: can someone compile PHP runkit DLL extension for me or point me to the WORKING one? Please test if it works and provide your WAMP stack configuration, so I can adjust mine.
You would be my hero.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我 编译 Zenovich 的分叉 5.3,没有 ZTS,VS9,提交 f8daf39 并进行一些细微的更改,以便在 Visual Studio 中构建。
不幸的是,ZTS 版本似乎已损坏并且无法编译。它的问题需要一些努力才能解决。因此,您必须将 PHP 作为 CGI 二进制文件运行,而不是作为 Apache 模块运行。
I compiled Zenovich's fork for 5.3, no ZTS, VS9, commit f8daf39 with trivial changes in order to build in Visual Studio.
Unfortunately, the ZTS version seems to broken and did not compile. Its problems would require some effort to fix. So you must run PHP as a CGI binary, not as an Apache module.
Artefacto 的二进制文件对我来说无法正常工作,因此我为 PHP 5.3、5.4 和 5.5(TS 和 NTS 版本)编译了最新的 runkit。您可以在这里获取它 - https://github.com/Crack/runkit-windows。
PHP 5.3 和 5.4 模块使用 VC9 编译,5.5 使用 VC11 编译,因此它们可以与官方 PHP 二进制文件一起使用。
Artefacto's binaries didn't work correctly for me so I compiled the newest runkit for PHP 5.3, 5.4 and 5.5 (both TS and NTS versions). You can grab it here - https://github.com/Crack/runkit-windows.
PHP 5.3 and 5.4 modules are compiled with VC9, 5.5 with VC11 so they work with official PHP binaries.