| Package Information | 
                
                    | Summary | MongoDB driver for PHP | 
                
                    | Maintainers | Jeremy Mikola                                                        (lead)
                                                                                    [details] Katherine Walker                                                        (developer)
                                                                                    [details]
 Andreas Braun                                                        (lead)
                                                                                    [details]
 Derick Rethans                                                        (lead)
                                                            [inactive]
                                                                                        [wishlist]
                                                        [details]
 Hannes Magnusson                                                        (lead)
                                                            [inactive]
                                                                                    [details]
 
 | 
                
                    | License | Apache License | 
                
                    | Description | The purpose of this driver is to provide exceptionally thin glue between MongoDB and PHP, implementing only fundamental and performance-critical components
 necessary to build a fully-functional MongoDB driver.
 | 
                                    
                        | Homepage | https://www.mongodb.com/docs/drivers/php-drivers/ | 
                
                                    
                        | Release notes Version 1.2.6
 (stable)
 | ** Bug * [PHPC-901] - False slaveOk URI option should be ignored
 * [PHPC-912] - Child processes should not destroy clients created by parent processes
 * [PHPC-913] - Child process should not re-use mongoc_client_t objects from parent
 * [PHPC-917] - localThresholdMS should default to 15 milliseconds
 * [PHPC-923] - Use zend_string_release() to free class names
 * [PHPC-924] - Cursor::setTypeMap() may unnecessarily convert first BSON document
 
 ** Task
 * [PHPC-736] - Remove zend_str_tolower_dup() in ObjectID construction
 * [PHPC-825] - Document URI options array for Manager constructor
 * [PHPC-906] - Make test suite compatible with libbson/libmongoc 1.5.0 and 1.6.0
 |