Home > php教程 > php手册 > body text

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

WBOY
Release: 2016-06-13 11:44:27
Original
878 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.ini 中默认的 extension_dir 值是否为 extension_dir = "./", 把此项改成 extension_dir = "ext/".

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