没有发现 PHP 的扩展设置mbstring

七 8th, 2008

我的windows xp2 系统安装的 php-5.2.6-win32-installer.msi
安装后发现没有mbstring扩展
在使用phpmyadmin 提示 :

The mbstring PHP extension was not found
and you seem to be using a multibyte charset.
Without the mbstring extension phpMyAdmin is unable to split strings correctly
and it may result in unexpected results.
没有发现 PHP 的扩展设置mbstring,
而当前系统好像在使用宽字符集。
没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,
可能产生不可意料的结果.

但是在安装过程就是没找到mbstring 惭愧!
没办法重新下载 php-5.2.6-Win32.zip 复制ext/php_mbstring.dll 到安装目录下的 ext
在php.ini中加一行

extension=php_mbstring.dll

重启apache
解决问题

标签:
目前还没有任何评论.