250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- https
- node
- Prometheus
- AWS
- nginx
- Vue
- 해시키
- 안드로이드
- Vue.js
- Cordova
- pip
- Passport
- python
- Laravel
- Android
- MacOS
- ubuntu
- 구글 API
- SSH
- window
- alb
- flutter
- PostgreSQL
- selenium
- 파이썬
- OAuth
- MYSQL
- mac
- php
- FCM
Archives
- Today
- Total
print( sjw.iq == 200) output : true
[PHP] ubuntu 18.04 php downgrade (7.2 -> 7.1) 본문
728x90
반응형
메모용으로 포스팅할게용....
아래에 있는 명령어를 순서대로 날려주면 됩니다...
끄으읏~!
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.1
sudo apt-get install php7.1-cli php7.1-common php7.1-json php7.1-opcache php7.1-mysql php7.1-mbstring php7.1-mcrypt php7.1-zip php7.1-fpm php7.1-intl php7.1-simplexml
sudo a2dismod php7.2
sudo a2enmod php7.1
sudo service apache2 restart
sudo update-alternatives --set php /usr/bin/php7.1
sudo update-alternatives --set phar /usr/bin/phar7.1
sudo update-alternatives --set phar.phar /usr/bin/phar.phar7.1
sudo update-alternatives --set phpize /usr/bin/phpize7.1
sudo update-alternatives --set php-config /usr/bin/php-config7.1
728x90
반응형
Comments