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.
License: Apache License
Version | Release | Download |
1.15.3 | 2023-05-09 | mongodb-1.15.3.tgz |
1.15.2 | 2023-04-21 | mongodb-1.15.2.tgz |
1.15.1 | 2023-02-09 | mongodb-1.15.1.tgz |
1.15.0 | 2022-11-23 | mongodb-1.15.0.tgz |
1.14.2 | 2022-10-20 | mongodb-1.14.2.tgz |
Version | Message |
1.15.3 |
** Build Failure * [PHPC-2208] - Flaky test failure due to binary output dumping a session ID ** Bug * [PHPC-2218] - Speculative authentication state is incorrectly kept ** Task * [PHPC-2221] - Upgrade libmongoc to 1.23.4 |
1.15.2 |
** Task * [PHPC-2199] - Upgrade libmongoc to 1.23.3 |
1.15.1 |
** Bug * [PHPC-2184] - Write concern error without message results in null pointer access * [PHPC-2185] - Build Windows DLLs for PHP 7.4 ** Task * [PHPC-2183] - Upgrade libmongoc to 1.23.2 |
1.15.0 |
** Bug * [PHPC-2132] - get_module_info() test function may fail to match some phpinfo() values * [PHPC-2148] - Error if RewrapManyDataKey is called with masterKey and without provider * [PHPC-2149] - ClientEncryption::createDataKey() may leak when processing masterKey option * [PHPC-2159] - Consider enums and traits in BSON decoding instantiatable checks ** Epic * [PHPC-2093] - Key Management API ** New Feature * [PHPC-2083] - BSON handling for enum classes ** Task * [PHPC-1710] - Document upcoming signature changes in interfaces * [PHPC-1929] - ReadConcern tests need not exhaustively test each constant * [PHPC-1945] - Remove class_exists checks from SKIPIF blocks in Decimal128 tests * [PHPC-2064] - SKIPIF output may be ignored for tests using skip_if_not_clean on PHP 8.1 * [PHPC-2111] - Replace zend_parse_parameter_calls with PHONGO_PARSE_PARAMETERS macros * [PHPC-2115] - Remove manual fetching of DateTimeImmutable class entry * [PHPC-2117] - Test with PHP 8.2 on GitHub Actions * [PHPC-2118] - Use debian11 and include MongoDB 6.0 for load balancer testing * [PHPC-2124] - Ensure that null is still accepted for optional parameters * [PHPC-2128] - Create stub files for functions * [PHPC-2130] - Remove proto definitions from source files * [PHPC-2136] - Final modifier should precede method visibility in stub files * [PHPC-2143] - Add Windows builds to GitHub Actions and publish DLLs for releases * [PHPC-2146] - Refactor type map struct * [PHPC-2147] - Update AppVeyor config to clone PHP fork of the Windows SDK * [PHPC-2153] - Test with PHP 8.2 on Evergreen * [PHPC-2154] - Test with PHP 8.2 on Appveyor * [PHPC-2166] - Use void keyword in prototypes for functions that take no parameters ** Improvement * [PHPC-1708] - Add return type information to final classes * [PHPC-1711] - Add return type information to interfaces * [PHPC-1928] - Remove unnecessary casts to zend_long * [PHPC-1944] - Add final modifier to __set_state methods * [PHPC-2015] - Use stub files to generate arginfo * [PHPC-2101] - Default Binary constructor $type parameter to TYPE_GENERIC * [PHPC-2103] - Allow applications to detect crypt_shared availability * [PHPC-2120] - Upgrade libmongocrypt dependency to 1.5.2 * [PHPC-2125] - Reduce expected removeKeyAltName operations to a single findOneAndUpdate * [PHPC-2126] - Allow RewrapManyDataKeyResult.bulkWriteResult to be optional * [PHPC-2142] - WriteResult getters should return null and emit deprecation notice for w:0 writes and return zero otherwise if libmongoc result is omitted * [PHPC-2151] - Validate masterKey option for createDataKey() and rewrapManyDataKey() * [PHPC-2168] - Use consistent int types for APM fields and snprintf for string conversions |
1.14.2 |
** Bug * [PHPC-2152] - CheckResolv.m4 fails to link libresolv when detecting res_nsearch ** Task * [PHPC-2157] - Upgrade libmongoc to 1.22.2 |