php driver mongodb , never loaded

后端 未结 2 1250
失恋的感觉
失恋的感觉 2021-01-24 20:45

I have installed MongoDB, wamp server and I have added a collection in MongoDB

I then downloaded the php_mongo-1.6.8.zip from S3 -> OK

There are many files in t

相关标签:
2条回答
  • 2021-01-24 21:16

    the problem is the API compile version. With the version 1.4.5 mongodb driver now all work fine.

    the correct driver for my Window 10 64 bit and Wamp64bit is php_mongo-1.4.5-5.5-vc11-x86_64.dll

    0 讨论(0)
  • 2021-01-24 21:31

    solution for driver php version 1.6.11

    1. download a new version (i have 5.5.12 into wamp server) php (i have downloaded 5.5.29) from php.net
    2. update wamp for use new php version
    3. download the 1.6.11 driver php (dll for me) PECL-mongodb

    Very important choose correct VC9 or VC11 and 32 or 64 bit

    0 讨论(0)
提交回复
热议问题