php7.0连接mongodb4.0 当扩展版本过低时报错Another cursor derived from this client is in exhaust.

24 篇文章 0 订阅
// \$dbCollection 为简写,连接数据库 
 $maxIds = $dbCollection->find(
 			[],
            [
                'sort' => [
                    '_id' => -1
                ],
                'skip' => 0,
                'limit' => 1,
            ]
        );
foreach ($maxIds as $value) {
    $maxId = $value['_id'];
}
// 报错 
// PHP Fatal error:  Uncaught MongoDB\Driver\Exception\RuntimeException: Another cursor derived from this client is in exhaust. 

查看mongodb扩展发现版本过低,升级扩展版本即可。

root@84cc684f5-c2kd7:/www/script# php --ri mongodb

mongodb

mongodb support => enabled
mongodb version => 1.1.5
mongodb stability => stable
libmongoc version => 1.3.3
libbson version => 1.3.3
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值