mb_internal_encoding() 虽然已配置但不可用?
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊,糟糕! PHP 不理解相对路径。也许这与我进行手动安装有关...
php.ini 中的解决方案:
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: