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
posted on 2014-06-19 16:36  shengrui  阅读(215)  评论(0编辑  收藏  举报