LoginSignup
0
0

More than 5 years have passed since last update.

[PHP][Mac][El Capitan] PHPを5.5系から5.6系へバージョンアップする

Posted at

前置き

Laravel5.2を使うに当たって、ElCapitanデフォルトのPHPのバージョンでは古いらしく、PHPを5.6系にバージョンアップします。(7系じゃないです)

手順

Homebrewのアップデート

$ brew tap homebrew/versions
$ brew tap homebrew/dupes
$ brew tap homebrew/php
$ brew update

PHP 5.6のインストール

$ brew install homebrew/php/php56-amqp

色々とインストールされます

TerminalをRestart

$ php -v
PHP 5.6.27 (cli) (built: Oct 15 2016 09:29:55) 
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0