Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save budiantoip/10cda16bd625327dd6bb513bfc9a0fe0 to your computer and use it in GitHub Desktop.
Save budiantoip/10cda16bd625327dd6bb513bfc9a0fe0 to your computer and use it in GitHub Desktop.
How to update PHP version on CentOS 7
sudo yum install yum-utils -y
sudo yum-config-manager --disable remi-php74
sudo yum-config-manager --enable remi-php82
sudo yum install php php-cli php-fpm php-json php-common php-mysqlnd php-xml php-gd php-mbstring php-intl php-opcache -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment