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

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 09:56:05
Original
1599 people have browsed it

本文章收藏了关于PHP命令行模式提示”没有找到php_mbstring.dll,文件无法启动”多种解决办法,有需要的朋友可以参考一下。

解决方法:
在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

这里是系统目录哦,你安装在那个盘就是那个盘

本站创建文章转载注明来源 http://www.bKjia.c0m/phper/php.html

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