在哪里可以获得 PHP 5.3 的 runkit DLL 扩展?

发布于 2024-10-11 10:45:39 字数 295 浏览 1 评论 0原文

这是一个简单的问题:我在哪里可以获得 PHP 5.3+ 版本的 runkit 扩展?手册:

http://php.net/manual/en/book.runkit.php

我正在搜索 DLL 版本,因为我想在 Windows 上使用它。我搜索过 snaps.php.net,谷歌搜索过,但没有运气。

你能给我指出正确的位置或将其上传到某个地方吗?

That is a quick question: Where can I get PHP's runkit extension for version 5.3+? Manual for it:

http://php.net/manual/en/book.runkit.php

I am searching for DLL version, as I am trying to play with it on Windows. I've searched snaps.php.net, Googled it, but no luck.

Can you point me to the right location or upload it somewhere?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟燃烟灭 2024-10-18 10:45:39

来自 Runkit:安装

此 PECL 扩展的 DLL 当前不可用。另请参阅在 Windows 上构建部分

你必须自己编译DLL。

另请参阅 https://hakre.wordpress.com/2010 /01/12/pecl-binaries-on-windows/

另一种选择是使用 http:// /antecedent.github.io/patchwork

Patchwork 是一个 PHP 库,可以在运行时重新定义用户定义的函数和方法,松散地复制纯 PHP 5.3 代码中的功能 runkit_function_redefine,除此之外,它还使您能够用测试双精度替换静态和私有方法。

From Runkit: Installation

A DLL for this PECL extension is currently unavailable. See also the building on Windows section.

You have to compile the DLL yourself.

Also see https://hakre.wordpress.com/2010/01/12/pecl-binaries-on-windows/

Another option would be to use http://antecedent.github.io/patchwork

Patchwork is a PHP library that makes it possible to redefine user-defined functions and methods at runtime, loosely replicating the functionality runkit_function_redefine in pure PHP 5.3 code, which, among other things, enables you to replace static and private methods with test doubles.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文