Home > php教程 > php手册 > 没有找到php_mbstring.dll,文件无法启动

没有找到php_mbstring.dll,文件无法启动

WBOY
Release: 2016-05-25 16:52:53
Original
1062 people have browsed it

解决方法:在php.ini文件中将 extension=php_mbstring.dll 移动到extension=php_exif.dll之前即可,原因就是exif要调用mbstring, 所以mbstring必须在前面.

php_exif.dll,EXIF 函数库,需要 php_mbstring.dll,并且在 php.ini 中,php_exif.dll 必须在 php_mbstring.dll之后加载。

如果上面方法无效可参考方法二,没有找到php_mbstring.dll,文件无法启动.

解决方法:在php.ini中默认的是extension_dir = "./"。然而扩展dll在ext目录下面,所以修改成extension_dir = "ext/"即可。

如果系统中没php_mbstring.dll文件可以下载,安装方法如下,把你的下载的php_mbstring.dll复制到C:/Windows/System/System32、C:/Windows/System、C:/Windows,这里是系统目录哦,你安装在那个盘就是那个盘。

教程地址:

欢迎转载!但请带上文章地址^^

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template