php5.6をインストールした時のメモ
環境
- OS: Ubuntu14.04
インストールコマンド
sudo su - curl http://www.dotdeb.org/dotdeb.gpg | apt-key add - echo "deb http://mirrors.teraren.com/dotdeb/ wheezy all" >> /etc/apt/sources.list echo "deb http://packages.dotdeb.org wheezy-php56 all" >> /etc/apt/sources.list echo "deb http://packages.dotdeb.org wheezy all" >> /etc/apt/sources.list apt-get update apt-get install -y php5 php -v