时时商务社区

标题: 浅析Dos下运行php.exe,出现没有找到php_mbstring.dll 错误的解决方法 [打印本页]

作者: wx_pylelnL4    时间: 2018-2-14 08:16

            在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/".
            
            
您可能感兴趣的文章:
  • 推荐一个比较不错简单的php运行平台软件PHPnow 搭建 PHP 环境[安装图文教程]
  • IIS 7.x FastCGI 运行 PHP的配置方法
  • 在命令行下运行PHP脚本[带参数]的方法
  • CentOS 5.5使用yum来安装LAMP(php运行环境)
  • php运行出现Call to undefined function curl_init()的解决方法
  • PHP运行时强制显示出错信息的代码
  • PHP运行出现Notice : Use of undefined constant 的完美解决方案分享
  • win2008 php运行环境搭建图文教程
  • Windows server 2008搭建php运行环境图文详解(php5.3)
  • php运行报错Call to undefined function curl_init()的最新解决方法
            




    欢迎光临 时时商务社区 (http://bbs.4435.cn/) Powered by Discuz! X3.2