MongoDB PHP Driver 1.5发布
程序员文章站
2022-05-05 13:48:12
...
支持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 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 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 class
- Calling MongoCursor::slaveOkay()
- "wtimeout" and "safe" options for MongoCollection write operations
- Manipulating public properties on core classes (such as $collection->w)
安装
源码安装或者
pecl install mongo
更新
pecl upgrade mongo
原文地址:MongoDB PHP Driver 1.5发布, 感谢原作者分享。
推荐阅读
-
Ubuntu 14.04 安装 MongoDB 及 PHP MongoDB Driver详细介绍
-
MongoDB PHP Driver的连接处理解析 mongodb书籍 卸载mongodb mongodb手
-
PHP-FPM模式下可怕的 MongoDB-PHP-Driver 连接池无节制连接问题
-
MongoDB php driver 简要分析
-
MongoDB PHP driver
-
MongoDB PHP driver
-
MongoDB PHP Driver 1.5发布
-
PHP飞信发送类(PHPFetion)v1.5发布
-
Ubuntu 14.04 安装 MongoDB 及 PHP MongoDB Driver详细介绍
-
MongoDB PHP Driver的连接处理