9

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

Captain Sparrow
  • 1,114
  • 17
  • 26
StXh
  • 1,856
  • 1
  • 13
  • 16

1 Answers1

16

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!

Community
  • 1
  • 1
leek
  • 11,803
  • 8
  • 45
  • 61
  • 2
    Just as an update, they are now here: https://s3.amazonaws.com/drivers.mongodb.org/php/index.html – Derick Jul 23 '13 at 21:56