Revision history of "Downgrading to PHP 7.4"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 16:06, 31 May 2022Bacchas talk contribs 1,004 bytes +95
  • curprev 14:51, 31 May 2022Bacchas talk contribs 909 bytes −4
  • curprev 20:47, 28 April 2022Bacchas talk contribs 913 bytes +913 Created page with "==Downgrading from php8.0 to PHP7.4== // 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 install php7.4 sudo apt-get install php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-mysql php7.4- mbstring php7.4-zip php7.4-fpm php7.4-intl php7.4-simplexml // a2dismod disables the php8.0 module by removing those symlinks. sudo a2dismod php8.0 // a2enmod enables php7.4 module with..."