Install PHP7, PECL, PEAR on MacOS

備忘録です。忘れない為の自分への一筆。 PHP 7 インストール1234$ brew update$ brew install homebrew/php/php70$ echo 'export PATH="$(brew --prefix homebrew/php/php70)/bin:$PATH"' >> ~/.bashrc$ source ~/