PHP MongoDB - Use of the aggregate command without the cursor option is deprecated. What?

前端 未结 6 730
醉话见心
醉话见心 2020-12-16 20:32

I have updated mongo and now in the log the following error appears: Use of the aggregate command without the cursor option is deprecated

Mo

6条回答
  •  时光取名叫无心
    2020-12-16 21:11

    The driver mongo is deprecated and not support newest PHP major releases (PHP 7 for example).

    New driver named as mongodb http://php.net/manual/en/set.mongodb.php

提交回复
热议问题