![centos7x php7.3x 패키지 설치](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FsPUuf%2FbtrDBLi92cP%2FXUvThSKRW3pL3sjI8x5Pj1%2Fimg.png)
# Script/PHP2022. 5. 31. 00:01centos7x php7.3x 패키지 설치
[darksharavim.tistory.com] yum -y install epel-release yum-utils [darksharavim.tistory.com] yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm [darksharavim.tistory.com] yum-config-manager --enable remi-php73 [darksharavim.tistory.com] yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd [darksharavim.tistory.com] php -v PHP 7.3.33 (cli) (built..