Ändern Sie die PHP -Version Ubuntu
$ sudo update-alternatives --config php
or
$ sudo a2enmod php7.1(version)
tsnl_incredible
$ sudo update-alternatives --config php
or
$ sudo a2enmod php7.1(version)
$ sudo apt install php
$ sudo apt install python-software-properties
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt install php7.4
$ sudo apt install php7.4-cli php7.4-xml php7.4-mysql
$ php -v
$ sudo update-alternatives --set php /usr/bin/php7.4