Skip to content

Instantly share code, notes, and snippets.

@ojgarciab
Last active May 26, 2022 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojgarciab/2955fb65b6d6a547b0743fa098cde407 to your computer and use it in GitHub Desktop.
Save ojgarciab/2955fb65b6d6a547b0743fa098cde407 to your computer and use it in GitHub Desktop.
Instalación de PHP 5.6 en Oracle Linux 8

Instalación de PHP 5.6 en Oracle Linux 8

dnf install -y oracle-epel-release-el8
dnf install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm
dnf install -y php56-php-cli php56-php-mysqlnd php56-php-imap php56-php-mbstring

Instalación de PHP 5.6 + 7.4 + 8.1 en Oracle Linux 8

dnf install -y oracle-epel-release-el8
dnf install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm
dnf install -y php56-php-cli php56-php-mysqlnd php56-php-imap php56-php-mbstring
dnf install -y php74-php-cli php74-php-mysqlnd php74-php-imap php74-php-mbstring
dnf install -y php81-php-cli php81-php-mysqlnd php81-php-imap php81-php-mbstring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment