gpt4 book ai didi

php - 如何强制 Apache 使用最新安装的 PHP 版本

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

我已使用以下命令从 PHP 版本 5.5.9-1ubuntu4.17 升级到 PHP 5.6.23-1+deb.sury.org~trusty+2:

apt-get -y update
add-apt-repository ppa:ondrej/php
apt-get -y update
apt-get -y install php5.6 php5.6-mcrypt php5.6-mbstring php5.6-curl php5.6-cli php5.6-mysql php5.6-gd php5.6-intl php5.6-xsl

但我有版本问题:

php -v

输出:

PHP 5.6.23-1+deb.sury.org~trusty+2 (cli)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies

<?php phpinfo(); ?>

输出:

PHP Version 5.5.9-1ubuntu4.17

如何强制 Apache 使用最新的 php(在我的例子中是 PHP 5.6.23-1+deb.sury.org~trusty+2)版本?

最佳答案

这就是我解决问题的方法:

#Disable php5 mod
a2dismod php5

#Enable php5.6 mod
a2enmod php5.6

#restart apache2
service apache2 restart

关于php - 如何强制 Apache 使用最新安装的 PHP 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38084246/

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