Emby
Emby

Reputation: 1

Is there any other way to install MongoDB PHP driver?

I am trying to install MongoDB PHP driver for PHP version 8.2.4

I tried installing from here but available DLL files are not compatible with my PHP version. I installed the latest version available which is 1.17.2 but it does not have php_mongodb.dll.

I also tried installation using pecl but it's not working.

pecl install mongodb downloading mongodb-1.17.2.tgz ... Starting to download mongodb-1.17.2.tgz (2,064,433 bytes) ......................................................................................................................................................done: 2,064,433 bytes ERROR: failed to mkdir C:\php\pear\tests\mongodb\scripts

Upvotes: 0

Views: 275

Answers (1)

pankaj
pankaj

Reputation: 1906

I was facing the same issue. I fixed this and manually created the PHP folder in c drive.

So after that error was removed another issue came that is ERROR: The DSP mongodb.dsp does not exist.

I am not able to fix it at this time. looking some other ways..

Upvotes: 0

Related Questions