-
Type: Bug
-
Resolution: Duplicate
-
Priority: Blocker - P1
-
Affects Version/s: 1.0.0
-
Component/s: None
-
None
-
Environment:OSX 10.11.1 Compiled mongodb lib from source
For some reason the new Manager() call on line 32 will cause a memory link if empty $options and $driverOptions are passed.
$this->manager = new Manager($uri, $options, $driverOptions); breaks
$this->manager = new Manager($uri); works