为php 5.6(XAMPP)添加mongodb扩展 [英] Adding mongodb extension for php 5.6 (XAMPP)

查看:131
本文介绍了为php 5.6(XAMPP)添加mongodb扩展的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在这里读过很少的文章来解决我的问题,但是都不适用于php-5.6.

我下载了 php_mongo-1.6.8.zip php_mongo-1.6.7.zip ,并尝试了所有.dll扩展名,所有扩展名都给出一个或另一个错误.

错误消息:

  1. PHP启动:无法加载动态库'C:\ xampp \ php \ ext \ php_mongo-1.6.8-5.6-vc11-x86_64.dll'-%1不是有效的Win32应用程序.

    在第0行的未知"中

  2. PHP启动:无法加载动态库'C:\ xampp \ php \ ext \ php_mongo-1.6.8-5.6-vc11.dll'-找不到指定的模块.

    在第0行的未知"中

P.S .:我在环境中使用 XAMPP .

解决方案

我通过以下步骤安装了mongo扩展程序:

  • 下载并安装 xampp-win32-5.6.12-0-VC11-installer.exe 到Windows 7上的C:\xampp
  • 下载 http://localhost/dashboard/phpinfo.php .好,接下来呢?

    • C:\xampp\php\libsasl.dll复制到C:\xampp\apache\bin\,重新启动Apache并享用.

    此方法对我来说效果很好.我希望这将有助于解决您的问题.

    I have read few post here on solving my issue but neither works for php-5.6.

    I downloaded php_mongo-1.6.8.zip and php_mongo-1.6.7.zip and tried all the .dll extensions and all of them gives one or the other error.

    Error message:

    1. PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mongo-1.6.8-5.6-vc11-x86_64.dll' - %1 is not a valid Win32 application.

      in Unknown on line 0

    2. PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mongo-1.6.8-5.6-vc11.dll' - The specified module could not be found.

      in Unknown on line 0

    P.S.: I am using XAMPP for my environment.

    解决方案

    I installed mongo extension with following steps:

    Without further configuration, I see mongo extension in command line (C:\xampp\php\php.exe -i | findstr mongo) but Apache complains about missing libsasl.dll and mongo is missing in http://localhost/dashboard/phpinfo.php. Ok, what next?

    • Copy C:\xampp\php\libsasl.dll to C:\xampp\apache\bin\, restart Apache and enjoy.

    This howto worked for me well. I hope it will help to resolve your issue.

    这篇关于为php 5.6(XAMPP)添加mongodb扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆