支持mongodb 2.6新特性 aggregate can now return a cursor aggregation pipelines can now be explained possible to set maxtimems for commands and queries transparent support for the new command-based mongodb write api new mongowritebatch class
支持mongodb 2.6新特性
aggregate can now return a cursoraggregation pipelines can now be explainedpossible to set maxtimems for commands and queriestransparent support for the new command-based mongodb write apinew mongowritebatch classes (using the new mongodb write api)support for mongodb enterprise features (e.g. kerberos, ldap, x509)option to tune acceptable server latency for secondary reads (secondaryacceptablelatencyms)以下会提示废弃信息
instantiating the mongo classcalling mongocursor::slaveokay()wtimeout and safe options for mongocollection write operationsmanipulating public properties on core classes (such as $collection->w)安装
源码安装或者
pecl install mongo
更新
pecl upgrade mongo
原文地址:mongodb php driver 1.5发布, 感谢原作者分享。