mongodb 1.5.3

MongoDB driver for PHP


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.

Windows builds are attached to GitHub releases: https://github.com/mongodb/mongo-php-driver/releases

License: Apache License

Changes

** Bug
* [PHPC-1241] - OpenSSL 1.1 not found if pkg-config is not available
* [PHPC-1266] - Empty deeply nested BSON document causes unallocated memory writes
* [PHPC-1272] - phongo_execute_query() should not alter state of Query opts

** Task
* [PHPC-1177] - Reimplement tests that use parse_url()
* [PHPC-1178] - Reimplement tests that load data fixtures
* [PHPC-1179] - Reimplement tests that start servers with Mongo Orchestration
* [PHPC-1209] - is_replica_set() should return false when connected to RS primary in standalone mode
* [PHPC-1220] - Create skip function for insufficient replica set members
* [PHPC-1225] - Add test to catch unsupported server wire protocol versions
* [PHPC-1258] - Bump system dependency on libbson and libmongoc in config.m4 to 1.12.0
* [PHPC-1263] - Update tests for PHP 7.3's output changes
* [PHPC-1270] - Upgrade libmongoc to 1.13.0