如何为 Windows 启用 UTF 8 支持 PCRE xampp?
我试图让 Kohana PHP 框架在 Windows 上使用 xampp 在我的本地主机上工作,问题是: PCRE UTF-8 PCRE 尚未编译为支持 UTF-8。
任何人都可以帮助我如何在 Windows 上执行此操作吗?
谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有人在 Kohana 论坛。不过他在 Linux 上运行 Kohana。总之,他安装了最新的 PCRE,并启用了 UTF-8 支持,然后重新编译了 PHP。
您可以获得支持 UTF-8 的 Windows 版本 PCRE 此处并使用本指南构建 PHP。
(抱歉,我还不能发表评论:顺便说一句,你的 XAMPP 版本是什么?我也在上面运行 Kohana (3.2),但没有遇到这个问题。)
Someone reported (and solved) this problem on Kohana forums. He's running Kohana on Linux though. In summary, he installed the latest PCRE with enabled UTF-8 support then recompiled PHP.
You can get a Windows version of PCRE with UTF-8 support here and build PHP using this guide.
(Sorry, I can't post comments yet: what's your XAMPP version, btw? I'm also running Kohana (3.2) on it but didn't encounter this problem.)