我正在尝试通过我的本地计算机上的Zend Framework 2的作曲家安装Doctrine MongoDB ODM 模块,但我一直收到一条错误,指出我的计算机缺少PHP扩展芒果.我正在安装安装了WAMP 2.2的Windows 7 x64.我最初安装了1.3.1 mongodb php驱动程序.但是,我发现MongoDB ODM不支持这个驱动程序,所以我降级到1.2.12.我再次尝试安装后,我不断收到同样的错误:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- doctrine/mongodb 1.0.0-BETA3 requires ext-mongo >=1.3.1,<1.4-dev -> the re
quested PHP extension mongo is missing from your system.
- doctrine/mongodb 1.0.0-BETA2 requires ext-mongo >=1.2.12,<1.3-dev -> the r
equested PHP extension mongo is missing from your system.
- doctrine/mongodb 1.0.0-BETA1 requires ext-mongo * -> the requested PHP ext
ension mongo is missing …Run Code Online (Sandbox Code Playgroud)