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

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

WBOY
WBOYOriginal
2016-05-25 16:52:531040browse

解决方法:在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,这里是系统目录哦,你安装在那个盘就是那个盘。

教程地址:

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

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