업데이트2 php 업그레이드 (Centos7) CentOS 7 에서 PHP 7.2 업그레이드 1. redis가 설치되어 있는 경우 uninstall 하고 PHP 업그레이드후 다시 설치해야 한다. pecl uninstall redis pecl uninstall igbinary 2, vi /etc/php.ini ; 아래 동적모듈 부분 주석처리 extension=igbinary.so extension=redis.so 3. remi-php72 저장소 활성화 yum-config-manager --enable remi-php72 yum update pecl install https://pecl.php.net/get/igbinary-2.0.5.tgz pecl install https://pecl.php.net/get/redis-3.1.4.tgz 4. php.in.. 2021. 10. 17. php 업데이트(Centos6) php5에서 php7 업데이트 PHP 1. epel 저장소 추가 rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 2. remi 저장소 추가 rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm 3. php7 버젼 확인 yum --enablerepo=remi list php7* 4. 기존 php 패키지 삭제 # yum remove php* 5. php7 설치 yum --enablerepo=remi install php71 php71-php php71-php-cli php71-php-common php71-php-gd php71-php-js.. 2021. 10. 16. 이전 1 다음