Error installing MongoDB PHP driver (Windows)

I tried to download php_mongo.dllfrom this link ( http://github.com/mongodb/mongo-php-driver/downloads ) and added the extension to php. However, this does not work at all.

My PHP version: 5.2.x Windows: 64-bit version of Windows 7.

I am also trying to use pecl install mongo, but it returned some error, for example:

This DSP mongo.dsp does not exist.

Did anyone help?

+3
source share
1 answer

OK, I find that I have a problem. I am downloading a binary without a stream and therefore it cannot be launched.

+3
source

Source: https://habr.com/ru/post/1744751/


All Articles