mb_internal_encoding() not available though configured?
Posted
by Jonas Byström
on Stack Overflow
See other posts from Stack Overflow
or by Jonas Byström
Published on 2010-04-23T10:09:51Z
Indexed on
2010/04/23
10:13 UTC
Read the original article
Hit count: 192
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.
© Stack Overflow or respective owner