IT/Linux
[AWS] php7 설치
DreamKiHyun
2017. 3. 26. 11:47
aws / centos 6 환경에서 php7 설치
# yum install epel-release
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
# rpm -Uvh https://mirror.webtatic.com/yum/el6/webtatic-release.rpm
# rpm -Uvh http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
# yum --enablerepo=remi install php70 php70-php php70-php-cli php70-php-common php70-php-gd php70-php-json php70-php-mbstring php70-php-mcrypt php70-php-mysqlnd php70-php-opcache php70-php-pear php70-php-xml php70-php-devel php70-php-imagick
# scl enable php70
'php -v'
# ln -s /usr/bin/php70 /usr/bin/php
# service httpd restart
php.ini 파일 위치 :
/etc/php.ini -> /etc/opt/remi/php70/php.ini