Home  >  Article  >  Backend Development  >  如何解决“没有发现 PHP 的扩展设置mbstring. ,试了网上的几种方法,没有多大用

如何解决“没有发现 PHP 的扩展设置mbstring. ,试了网上的几种方法,没有多大用

WBOY
WBOYOriginal
2016-06-23 14:10:211524browse

没有发现 PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果.


回复讨论(解决方案)

你在php.ini 中打开他就是了

但事实证明并不会出现问题

在php配置文件中打开相应扩展

没有发现 PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果. 怎么打开呢?

php.ini 中找到 ;extension=php_mbstring.dll  去掉前面分号,然后重启服务器。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn