Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get MongoDB PHP driver for PHP 5.4 precompiled for Windows?

Where can I get mongo php driver for PHP 5.4? For windows vc9 not thread safe.

like image 489
StXh Avatar asked Mar 06 '12 01:03

StXh


People also ask

What is a MongoDB driver?

The official MongoDB Node. js driver allows Node. js applications to connect to MongoDB and work with data. The driver features an asynchronous API which allows you to interact with MongoDB using Promises or via traditional callbacks.

Is MongoDB supported by PHP?

You can add the driver to your application to work with MongoDB in PHP. The MongoDB PHP Driver consists of the two following components: The extension , which provides a low-level API and mainly serves to integrate libmongoc and libbson with PHP.

Is MongoDB and PHP same?

mongo-php-library (written in PHP) is a high-level abstraction around the lower-level MongoDB PHP driver (mongodb extension). MongoDB driver mongodb is written in C and provides only a minimal API for core driver functionality: commands, queries, writes, connection management, and BSON serialization.


1 Answers

I've asked @stealth35 to compile the MongoDB driver on Windows for PHP 5.4 and he posted it in less than 30 minutes.

You can find it here: https://github.com/stealth35/stealth35.github.com/downloads


Update (04/26/2012): Just realized that the official MongoDB PHP drivers have been updated and you can download them from the PHP driver Github page.


Update (08/27/2013): They are now available here. Thanks Derick!

like image 77
leek Avatar answered Oct 05 '22 23:10

leek