mb_internal_encoding() 虽然已配置但不可用?

发布于 2024-08-29 19:28:24 字数 310 浏览 5 评论 0原文

我在 Apache2.2/Win7/PHP5.3 设置中遇到了 mbstring 问题,尽管我认为它在我的 php.ini 中配置正确:

extension_dir = "ext"
extension=php_mbstring.dll

我得到以下信息:

Fatal error: Call to undefined function mb_internal_encoding() in ...

我使用 VC6 进行了手动安装(按书本) 。拉链。我已经不知道该尝试什么了。

I'm having problem with mbstring in my Apache2.2/Win7/PHP5.3 setup, though I think it's correctly configured in my php.ini:

extension_dir = "ext"
extension=php_mbstring.dll

I get the following:

Fatal error: Call to undefined function mb_internal_encoding() in ...

I did a manual installation (by the book) using the VC6 .zip. I'm running out of ideas of what to try.

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

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

发布评论

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

评论(1

方圜几里 2024-09-05 19:28:24

啊,糟糕! PHP 不理解相对路径。也许这与我进行手动安装有关...

php.ini 中的解决方案:

extension_dir = "c:\RnD\PHP\ext"

Ah, crap! PHP didn't understand the relative path. Perhaps that had something to do with me doing a manual installation...

Solution in php.ini:

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