mongodb

pecl install mongodb

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.

Maintainer

  • Andreas Braun (lead )
  • Jeremy Mikola (lead )
  • Derick Rethans (lead ) [inactive]
  • Hannes Magnusson (lead ) [inactive]
  • Katherine Walker (developer ) [inactive]
  • Jeremy Mikola (developer ) [inactive]
  • Derick Rethans (lead ) [inactive]
  • Hannes Magnusson (lead ) [inactive]

Details

Stars: 853
Issue openned: 6
Downloads: 14593745
1.6.0alpha2
5 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.3
Loading...
PHP 7.2
Loading...
PHP 7.1
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.3
Loading...
PHP 7.2
Loading...
PHP 7.1
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.6.0alpha2 change log


** Bug
* [PHPC-1331] - Fix typos in ReadPreference::__set_state() errors
* [PHPC-1332] - PHP array API downcasts 64-bit integers to 32-bit values on Windows
* [PHPC-1341] - Remove XFAIL for unacknowledged write concern test

** Epic
* [PHPC-837] - Update PHP driver to test in Evergreen
* [PHPC-1329] - Fix Windows build failures on AppVeyor

** Task
* [PHPC-691] - Test that Server command/query execute methods send read preference to mongos
* [PHPC-857] - Create Evergreen matrix for various test configurations
* [PHPC-858] - Add authentication axis to Evergreen matrix
* [PHPC-859] - Add SSL axis to Evergreen matrix
* [PHPC-860] - Add PHP runtime axis to Evergreen matrix
* [PHPC-861] - Add MongoDB version axis to Evergreen matrix
* [PHPC-862] - Add Evergreen matrix to run against nightly server builds
* [PHPC-863] - Add RHEL 7.1/Power 8 to the operating system axis
* [PHPC-864] - Add storage engines to Evergreen matrix
* [PHPC-1180] - Fix peer certificate verification errors for SSL clusters
* [PHPC-1240] - Remove noprealloc, nssize and smallfiles from MO configurations
* [PHPC-1271] - Add (only) RHEL on zSeries to Evergreen Matrix
* [PHPC-1276] - Create tool chain for PHP binaries
* [PHPC-1299] - Add Ubuntu 16.04/ARM64 to the operating system axis
* [PHPC-1333] - Revert to virtualized Travis CI environments
* [PHPC-1345] - Revise fragile session ID assertions
* [PHPC-1364] - Upgrade libmongoc to 1.14.0
* [PHPC-1370] - Revise test assertion for unknown modifier error message

** Improvement
* [PHPC-1301] - php_phongo_cursor_t.got_iterator should use bool type
* [PHPC-1307] - Exception interface should extend Throwable on PHP 7+
* [PHPC-1373] - WriteResult is inaccessible if executeBulkWrite() encounters socket error

requires:

  • php >=5.5.0<=7.99.99
  • pearinstaller >=1.4.8