I'm trying to install the php mongodb driver. I've set up my php.ini file and now, I want to download the php_mongodb.dll so that I can put it inside php/ext/. However, I cannot find the link where I can download the DLL of the php mongodb driver. It's driving me crazy because all the tutorials I've seen casually say :
"Now, go to https://pecl.php.net/package/mongodb and download the DLL".
However, I cant see where is the link...
Also, I found a youtube video where I can clearly see the button to download the DLL, but on my side, there is NOTHING. (https://youtu.be/9gEPiIoAHo8?t=91)
Where can I download the DLL if its no longer available on PECL website ?
EDIT :
The DLL icon is back on the PECL website : https://pecl.php.net/package/mongodb I'm glad I took a screenshot to testify that I was not crazy !