Вопросы и ответы

Установка версии PHP по умолчанию

03.05.2022 19:03

Выбрать нужную версию можно через диалог

sudo update-alternatives --config php
sudo update-alternatives --config phar
sudo update-alternatives --config phpize

Либо установить сразу нужную командой

update-alternatives --set php /usr/bin/php7.4
update-alternatives --set phar /usr/bin/phar7.4
update-alternatives --set phar.phar /usr/bin/phar.phar7.4
update-alternatives --set phpize /usr/bin/phpize7.4
update-alternatives --set php-config /usr/bin/php-config7.4