Server & OS

라즈비안 php7 설치

페이지 정보

본문

php7.2 설치

아래 참고

http://findnew.tistory.com/19 


https://www.jesusamieiro.com/install-php-7-2-on-debian-9/





아래 내용 적용 안됨

--------------------------------------------------------------




https://www.stewright.me/2016/03/turn-raspberry-pi-3-php-7-powered-web-server/

 

 

PHP7

sudo nano /etc/apt/sources.list

deb http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-free

#deb-src http://repozytorium.mati75.eu/raspbian jessie-backports

 

sudo gpg --keyserver pgpkeys.mit.edu --recv-key CCD91D6111A06851

sudo gpg --armor --export CCD91D6111A06851 | sudo apt-key add -

 

sudo apt install php7.0 php7.0-cli php7.0-common php7.0-fpm php7.0-gd php7.0-json php7.0-mcrypt php7.0-mysql php7.0-readline -y

sudo apt-get install php7.0 php7.0-opcache

sudo apt-get install php7.0-cli php7.0-curl php7.0-dev php7.0-fpm php7.0-gd php7.0-mysql php7.0-mcrypt php7.0-opcache -y

 

sudo service php7.0-fpm stop|

sudo service php7.0-fpm start

관련자료

Today's proverb
고개를 오르려고 하다가 꼭대기에 오르지 못했다 할지라도 얼마나 칭찬할 만한 일인가. 도중에 넘어지더라도 자기 일에 애쓰는 사람을 존경하라.