Can't download php_mongodb.dll from pecl website
Asked Answered
P

2

6

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...

What I see on my screen : enter image description here

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)

enter image description here

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 !

Prue answered 7/3, 2018 at 0:26 Comment(2)
Is this any good for you mongodb.org/dl/win32/x86_64-2008plus-sslThorncombe
sorry but, where can I find the php_mongodb.dll that I need in all this ? I dont think what you shared contains my DLLPrue
B
12

Here's a link to the list of various releases of the driver:

https://windows.php.net/downloads/pecl/releases/mongodb/

Not sure what they did to the website to remove the links to the windows downloads though..

Bailar answered 7/3, 2018 at 10:16 Comment(0)
I
1

At time of writing in September 2023, PHP have not hosted up to date downloads of the windows MongoDB driver since mid 2021.

You can instead find current releases for windows targets at the official MongoDB GitHub org, as well as installation and update instructions for other platforms.

Interlining answered 22/9, 2023 at 4:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.