Is there any other way to install MongoDB PHP driver?

108 views Asked by At

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

0

There are 0 answers