我在php中安装了mongoDB扩展。ini也是,但它仍然给出以下错误,有人可以帮助吗?
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- mongodb/mongodb 1.1.2 requires ext-mongodb ^1.2.0 -> the requested PHP extension mongodb is missing from your syst
em-mongodb/mongodb 1.1。1需要ext mongodb^1.2。0 -
若要启用扩展,请验证是否已在中启用它们。ini文件:-C:\ProgramFiles(x86)\iis express\PHP\v5。5\php。ini您还可以在终端内部运行php--ini
,查看php在CLI模式下使用的文件。
似乎您没有安装正确的MongoDB扩展。
根据应用运行的操作系统,您可以相应地安装MongoDB扩展。http://php.net/manual/en/mongodb.installation.php