본문 바로가기

맥북 php 버전 업그레이드 시키기, php 다운받기

by void pattern 2020. 11. 28.

php 버전을 확인해보니 경고창이 떴다.

WARNING: PHP is not recommended\nPHP is included in macOS for compatibility with legacy software.\nFuture versions of macOS will not include PHP.

PHP 7.3.22-(to be removed in future macOS) (cli) (built: Oct 30 2020 00:19:11) ( NTS )

Copyright (c) 1997-2018 The PHP Group

Zend Engine v3.3.22, Copyright (c) 1998-2018 Zend Technologies

 

 

 

brew를 사용하면 php 버전을 간단하게 업데이트 시킬 수 있다.

1. 버전 업데이트를 위한 준비 작업

terminal에 아래와 같이 명령어를 친다.

brew update

 

2. php 업그레이드

 수 분 후 아래와 같은 화면이 나오면

brew upgrade php 

brew upgrade php  입력하면

 

3. 끝

 

...?

(정상적으로 이전 버전의 php가 깔려있었다면 자동으로 최신 버전의 php 로 깔렸을 거다)

Warning: You are using macOS 11.0.

We do not provide support for this released but not yet supported version.

You will encounter build failures with some formulae.

Please create pull requests instead of asking for help on Homebrew's GitHub,

Twitter or any other official channels. You are responsible for resolving

any issues you experience while you are running this

released but not yet supported version.

업데이트가 안 되고 경고 메시지를 날려서 확인해보니 php 버전 지원 안 한다고 해서

 

1. brew 로 php 다운받기

brew install php@8.0

php8.0버전을 다운받기로 했다.

 

2. php 버전 변경

기존에 썼던 php 버전을 끊어버리고 이번에 다운받은 php 버전으로 설정하면 끝.

brew unlink php && brew link --force php@8.0

 

'' 카테고리의 다른 글

vscode open in browser default 바꾸는 방법  (0) 2021.04.21
맥 단축키 모음  (0) 2021.01.05

댓글