Skip to content

Instantly share code, notes, and snippets.

@djamol
Created May 25, 2024 08:20
Show Gist options
  • Save djamol/ec72553d4d69fb3ece4c839f01e36806 to your computer and use it in GitHub Desktop.
Save djamol/ec72553d4d69fb3ece4c839f01e36806 to your computer and use it in GitHub Desktop.
361 sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
362 sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
363 yum module enable php:remi-8.0 -y
364 yum install php
365 yum repolist
366 yum-config-manager --enable remi-php80
367 yum install php
368 yum install php-fpm
369 yum install php8.0-{bz2,curl,intl,mysql,readline,xml}
370 php -=v
371 php -v
372 cd /etc/
373 cd /etc/php
374 ls
375 cd bin
376 cd php.d
377 ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment