“Ubuntu Apache PHP -Version” Code-Antworten

Ändern Sie die PHP -Version Ubuntu

//In ubunutu
Default PHP 7.1 is set on your system and you need to switch to PHP 5.6

$ sudo a2dismod php7.1
$ sudo a2enmod php5.6
$ sudo service apache2 restart
  
sudo update-alternatives --set php /usr/bin/php5.6
Disgusted Dragonfly

Linux Set Standard -PHP

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
steamboatid

Ubuntu Apache PHP -Version

$ sudo apt-get install php7.X-fpm php7.X-curl php7.X-mbstring php7.X-mysql -y
Horrible Hippopotamus

Ähnliche Antworten wie “Ubuntu Apache PHP -Version”

Fragen ähnlich wie “Ubuntu Apache PHP -Version”

Weitere verwandte Antworten zu “Ubuntu Apache PHP -Version” auf PHP

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen