Home  >  Article  >  php教程  >  浅析Dos下运行php.exe,出现没有找到php_mbstring.dll 错误的解决方法

浅析Dos下运行php.exe,出现没有找到php_mbstring.dll 错误的解决方法

WBOY
WBOYOriginal
2016-06-13 11:44:27840browse

在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.ini 中默认的 extension_dir 值是否为 extension_dir = "./", 把此项改成 extension_dir = "ext/".

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