colinmollenhour / mongodb-php-odm

A simple but powerful set of wrappers for using MongoDb in PHP (also a Kohana 3 module)
BSD 3-Clause "New" or "Revised" License
208 stars 50 forks source link

MongoCollection::insert(): The 'safe' option is deprecated, please use 'w' instead #69

Closed serslon closed 9 years ago

serslon commented 9 years ago

protected/extensions/YiiMongoDbSuite/EMongoDocument.php(611)

phpinfo(); => mongo: 1.5.8

colinmollenhour commented 9 years ago

MongoCollection is the official MongoDb driver, this gthub project is a wrapper (Mongo_Collection).