Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我已经使用 PECL 成功安装了 mongoDB,是否需要获取 debian 包“php5-mongo”?有什么不同?(应该迁移这个问题吗?)
区别与从 CPAN 或 debian(或其他操作系统)软件包安装 perl 模块的区别相同。它更多的是偏好问题,或者谁拥有最新版本。
一般来说,我更喜欢通过 CPAN 安装我的 perl 模块,通过 PECL 安装我的 php 模块,而不是操作系统。
除非您的驱动程序的 debian 版本小于 1.0.11,否则应该没有太大区别