Skip to content

Renamed to pecl/mongodb & starting alpha!

Pre-release
Pre-release
Compare
Choose a tag to compare
@bjori bjori released this 24 Mar 00:08

Woohooo!

After months of development, we are now ready to push forward and announce this driver on PECL!
Releasing the driver on PECL is an important milestone for us as we are gearing for final release in the next few weeks!

We would greatly appreciate any and all feedback you have to offer :D

Important changes since last release:

  • SDAM implemented
  • Result and WriteResult, along with WriteException now have getServer() method, returning the actual server it was executed on - where you can do follow up queries or writes.

Full release notes

https://github.com/10gen-labs/mongo-php-driver-prototype/blob/master/RELEASE-0.2.0

Installing

$ pecl install mongodb-alpha
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`