Yii php 环境配置on ubuntu 12.04

ubuntu 12.04自带的php版本是5.3.x的,不支持explode(...)[]的语法,故升级到5.4.x。

  • aptitude install python-software-properties
  • add-apt-repository ppa:ondrej/php5-oldstable
  • aptitude update
  • aptitude upgrade

Yii安装依赖:

  • aptitude install php5-mysql
原文地址:https://www.cnblogs.com/shengrui/p/3796981.html