如何在 Windows 上安装/编译 PHP 扩展
我刚刚下载了 php pspell 扩展。
但与其他扩展不同的是,它没有可放置在 php ext 目录中的 .dll 文件。它包含很多文件。
那么如何编译这些文件并从该源创建 dll 文件呢?
我在windows上运行。
I have just downloaded the php pspell extension.
But unlike the other extension it does not have .dll files to place in php ext dir. It contains lots of files.
So How can I Compile those files and create a dll file from that source?
I am running on windows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需使用像 WampServer 这样的 WAMP 堆栈,它们带有广泛的扩展(包括 pspell),您只需要一键启用它。
Just use a WAMP stack like WampServer, they come with extensive extensions (pspell included) and you just need to enable it in one click.
请参阅PHP wiki 中的说明。
See the instructions in the PHP wiki.