在Ubuntu上安裝了新版本php之後,要記得停用舊版本,才會去使用新版本。
sudo a2enmod php7.4 # 停用php7.2 sudo a2dismod php7.2 # Restart Apache sudo service apache2 restart
參考文章:
https://stackoverflow.com/questions/55603615/change-my-php-version-on-my-ubuntu-server
在Ubuntu上安裝了新版本php之後,要記得停用舊版本,才會去使用新版本。
sudo a2enmod php7.4 # 停用php7.2 sudo a2dismod php7.2 # Restart Apache sudo service apache2 restart
參考文章:
https://stackoverflow.com/questions/55603615/change-my-php-version-on-my-ubuntu-server