gpt4 book ai didi

php - Ubuntu 14.04 : Upgrade to php7 and uninstall php5?

转载 作者:行者123 更新时间:2023-12-03 23:02:02 25 4
gpt4 key购买 nike

我正在将基于 Ubuntu 14.04 的 docker 镜像中的 php 版本升级到 7.0。我读了一些文章,给出了在安装 php7.0 时卸载 php5 的命令。这真的有必要吗?优缺点都有什么?

最佳答案

为 PHP 7 添加新的存储库:

 apt-get install software-properties-common
add-apt-repository ppa:ondrej/php

从系统中删除 PHP 5 并安装 PHP 7

 apt-get update && apt-get purge php5-fpm && apt-get --purge autoremove && apt-get install php7.0-fpm php7.0-mysql php7.0-curl php7.0-gd php7.0-json php7.0-mcrypt php7.0-opcache php7.0-xml

详情请看这篇文章

https://bjornjohansen.no/upgrade-to-php7

关于php - Ubuntu 14.04 : Upgrade to php7 and uninstall php5?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40611976/

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