Linux

php 설치방법

범고래_1 2017. 7. 29. 01:51

레포지토리 추가

$ sudo add-apt-repository ppa:ondrej/php

$ sudo apt-get update


(레포 추가 후 PUB KEY 에러 : https://askubuntu.com/questions/13065/how-do-i-fix-the-gpg-error-no-pubkey)



php5.6

기본패키지

$ sudo apt-get install php5.6 php5.6-common php5.6-mysql


추가패키지

$ sudo apt-get install php5.6-curl php5.6-xml php5.6-zip php5.6-gd php5.6-mbstring php5.6-mcrypt



php7.1

기본 패키지

$ sudo apt-get install php7.1 php7.1-common php7.1-mysql


추가 패키지

$ sudo apt-get install php7.1-curl php7.1-xml php7.1-zip php7.1-gd php7.1-mbstring php7.1-mcrypt