News Feed
Jobs Feed
Sections




News Archive
Derick Rethans:
Mongo is dead, long live MongoClient
November 28, 2012 @ 09:13:51

In this recent post to his site Derick Rethans mentions the shiny new "MongoClient" class that the latest release of the Mongo PHP drivers provides.

This afternoon we published version 1.3.0 of the MongoDB PHP driver. Besides a number of bug fixes since RC2 and RC3, this new release also includes a new MongoClient class. This new MongoClient class serves as a replacement for the Mongo class. The old Mongo class is now deprecated and will be removed in a future release, although we are keeping it in place for now because of backwards compatibility reasons. We have already removed it mostly from the documentation, and are working to update all our other material as well.

The main change that comes with the MongoClient class is that it now has acknowledged writes on by default (a "safe mode"). This option determines wether or not the client waits for a confirmation from the server when a write has happened. He includes a bit of code showing how to: turn it off, keep it on or using replica set acknowledged writes. You can also set it on a per-query basis.

0 comments voice your opinion now!
mongo class driver release mongoclient class confirm write


blog comments powered by Disqus

Similar Posts

DevShed: Using Subclasses and Accessors with Member Visibility to Protect PHP 5 Class Data

Helgi\'s Blog: Clash of the Titans

PHPJack: Zend Framework's Future

Kevin Schroder's Blog: You want to do WHAT with PHP?

php|architect: The php|tek schedule is up!


Community Events











Don't see your event here?
Let us know!


language zendframework2 code tool application conference series community interview unittest development functional release phpunit introduction podcast example framework opinion testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework