2:40
How to downgrade php version from php7.4 to php7.3 in ubuntu
Downgrade from php7.4 to php7.3 =============================== sudo a2dismod php7.4 sudo a2enmod php7.3 sudo ...
3:31
Ubuntu Downgrade or Upgrade PHP Version | Just Run Few Commands | Rashid Bukhari Official
1) open terminal (ctrl+alt+t) 2) cd ~ 3) run these commands // Enable PPA for PHP 7.4 in your system and install it. sudo ...
3:57
How to Downgrade PHP Version on Ubuntu from 7.2 to 7.0, 7.4 to 7.3, 7.4 to 7.2, 7.3 to 7.2
How to Downgrade PHP Version on Ubuntu, Centos, Linux from 7.2 to 7.0, 7.4 to 7.3, 7.4 to 7.2, 7.3 to 7.2, 7.3 to 7.1 command ...
0:30
How to fix php-memcached in alpine - Cannot find autoconf. Please check your autoconf installation
i run phpize7 in alpine image, and getting this error: Cannot find autoconf. Please check your autoconf installation and the ...
11:41
Enable PPA for PHP 7.4 in your system and install it. sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get ...