apache启动错误
每次电脑启动或命令行重启apache就弹出这种框两次。 不知道怎么解决, 求帮忙
------解决方案--------------------php_exif.dll 扩展函数库 需要 php_mbstring.dll。并且在 php.ini 中,php_exif.dll 必须在 php_mbstring.dll之后加载。
------解决方案--------------------解决方法:
要在Windows 下启用exif,在php.ini 中php_mbstring.dll 必须在php_exif.dll 之前加载。所以修改一下php.ini,把php_mbstring.dll写在php_exif.dll 之前,然后重启Apache即可。
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