issue trying to use pecl to install mongodb extension

340 Views Asked by At

I tried installing PHP MongoDB Extension with "pecl install mongodb" and i got an error message saying "No releases available for package "pecl.php.net/mongodb"

i have tried doing it manually by going to the official pecl website: https://pecl.php.net/package/mongodb then click on the DLL link for your version of choice. On next page scroll down and download the one matching your PHP version. Then you should extract the zip file and copy the php_mongodb.dll to your php/ext dir. Then open your php.ini and add the following line:extension=php_mongodb.dll

This didn't work because i could not find the DLl version required the latest version with DLL is 1.13.0 but I'm required to use version 1.16.1 which has no DLl

how else can i solve this issue please

0

There are 0 best solutions below