douzhi7082 2015-09-15 05:53
浏览 495

Php启动:无法加载动态库'D:\ xampp \ php \ ext \ php_mongo.dll' - 找不到指定的模块

I am trying to install mongo driver in xampp.I put php_mongo.dll in ext folder of php and added extension=php_mongo.dll in php.ini file.Now I restarted the xampp and I am getting this error

Php Startup : Unable to load dynamic library 'D:\xampp\php\ext\php_mongo.dll ' - The specified module could not be found.

Please help me out with it.Am I missing any step.?

  • 写回答

2条回答 默认 最新

  • dongmeiran609914 2017-02-28 02:53
    关注
    1. please visit "https://pecl.php.net/package/mongodb", choose corresponding version mongodb .dll

    2. use phpinfo() to check "Thread Safety" ,if "enabled" upload "Thread Safe(TS)" version ,otherwise upload "Thread Safe(NTS)"

    I know my english is poor ,so I hope this could help you.

    评论

报告相同问题?

悬赏问题

  • ¥88 实在没有想法,需要个思路
  • ¥15 MATLAB报错输入参数太多
  • ¥15 python中合并修改日期相同的CSV文件并按照修改日期的名字命名文件
  • ¥15 有赏,i卡绘世画不出
  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入
  • ¥40 使用MATLAB解答线性代数问题
  • ¥15 COCOS的问题COCOS的问题
  • ¥15 FPGA-SRIO初始化失败
  • ¥15 MapReduce实现倒排索引失败