gpt4 book ai didi

php - 卸载mongodb php驱动并安装不同的版本

转载 作者:IT老高 更新时间:2023-10-28 13:25:30 25 4
gpt4 key购买 nike

我正在使用 Ubuntu Xampp (Lampp),目前在 MongoDB 1.5.3 驱动程序上。

我需要降级到1.4.5,但是当重新安装降级的驱动时,phpinfo()中没有变化。是的,我已经重启了 Apache。

那么,如何卸载当前版本并安装降级版本?

最佳答案

更新:2018-06-20:

PECL 封装 mongo现已弃用,您应该使用 mongodb改为打包:

sudo pecl install -f mongodb-1.4.4

原答案

您可以使用 pecl 升级到特定版本的驱动程序:

sudo pecl install -f mongo-1.4.5

如果您收到 pecl: command not found 错误,您将需要安装 PEAR 包:

sudo apt-get update && sudo apt-get install php-pear

您可以使用此命令检查您是否安装了正确的版本:

sudo pecl info mongo

或者你可以直接检查php配置:

php -i | grep -A 1 MongoDB

关于php - 卸载mongodb php驱动并安装不同的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24116235/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com