简体   繁体   English

mongodb.so和mongo.so之间的差异

[英]difference between mongodb.so and mongo.so

I noticed that the Mongodb driver installation doc shows different extension name for Mongodb driver: 我注意到Mongodb驱动程序安装文档显示了Mongodb驱动程序的不同扩展名:

extension=mongo.so ; extension=mongo.so ; another one shows extension=mongodb.so -- what's the difference? 另一个显示extension=mongodb.so - 有什么区别?

http://php.net/manual/en/mongodb.installation.manual.php http://php.net/manual/en/mongodb.installation.manual.php

mongo.so is the filename for the deprecated Mongo PHP extension, mongodb.so is the filename for the newer Mongodb PHP extension. mongo.so是不推荐使用的Mongo PHP扩展的文件名, mongodb.so是较新的Mongodb PHP扩展的文件名。

Be wary of any guides referencing the extension without the db bit - they are likely referring to the deprecated extension and could well be incorrect. 请注意引用没有db位的扩展的任何指南 - 它们可能指的是不推荐使用的扩展,可能不正确。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM