아래 명령을 실행하여 로컬 컴퓨터에서 PHP를 업데이트하려고합니다.
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6
명령 결과는 다음과 같습니다.
chris$ curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6
Detected OS X Mavericks 10.9 All ok.
Get packager.tgz
Unpack packager.tgz
Please type in your password, as we want to install this into /usr/local
Password:
Start packager (may take some time)
downloading http://php-osx.liip.ch/install/5.6-10.8-frontenddev-latest.dat
downloading http://php-osx.liip.ch/install/5.6-10.8/frontenddev/5.6-10.8-frontenddev-5.6.19-20160310-141036.tar.bz2
Installing package 5.6-10.8-frontenddev into root /
Package 5.6-10.8-frontenddev is already installed at version 5.6.19-20160310-141036. You wanted to install version 5.6.19-20160310-141036.
그런 다음 버전을 확인하면 버전 5.4가 표시됩니다.
php -v
PHP 5.4.30 (cli) (빌드 : 2014 년 7 월 29 일 23:43:29) Copyright (c) 1997-2014 PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
프로그래밍 질문이 아님
왜 대신 MAMP를 설치하지 않습니까? 가능한 중복 stackoverflow.com/questions/2526085/…
또는 homebrew를
다시 시작해야 할 수도 있습니다. BTW 이미 설치되어 있다면 아마도 PHP 대신 php56 cmd를 통해 액세스 할 수 있습니다. 단축 키만 업데이트해야합니다. 또한 브라우저를 통해 phpinfo ()를 시도하여 아파치가 이전 버전이나 새 버전에 연결되어 있는지 확인하십시오.
—
fusion3k