Requerimientos

La variante de PHP del controlador requiere PHP 5.4 o superior.

La variante de HHVM del controlador requiere HHVM 3.9 o superior.

add a note add a note

User Contributed Notes 1 note

up
-10
mfoley at cms-controls dot com
7 years ago
I ran into this module requiring libsasl.dll available in the Windows Path. I thought that was just for the old driver, but apparently not. I'm running PHP 7.0.7 with Apache 2.4 (VC14), x64 thread-safe. I was working with version 1.2.5 of the MongoDB driver.
To Top