Heim >Backend-Entwicklung >PHP-Tutorial >symfony 2.3 连接mongodb的问题

symfony 2.3 连接mongodb的问题

WBOY
WBOYOriginal
2016-06-06 20:48:231124Durchsuche

准备使用DoctrineMongoDBBundle

<code> 1.{
    "require": {
        "doctrine/mongodb-odm": "1.0.*@dev",
        "doctrine/mongodb-odm-bundle": "3.0.*@dev"
    },
}
2.php composer.phar update
</code>

然后报错了
symfony 2.3 连接mongodb的问题

symfony 2.3 连接mongodb的问题
请大家指点指点,谢谢!

回复内容:

准备使用DoctrineMongoDBBundle

<code> 1.{
    "require": {
        "doctrine/mongodb-odm": "1.0.*@dev",
        "doctrine/mongodb-odm-bundle": "3.0.*@dev"
    },
}
2.php composer.phar update
</code>

然后报错了
symfony 2.3 连接mongodb的问题

symfony 2.3 连接mongodb的问题
请大家指点指点,谢谢!

“ext-mongo...is missing”

你没有装pecl的mongodb扩展。

nix: sudo pecl install mongo
win: http://windows.php.net/downloads/pecl/releases/mongo/

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn