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

Yii php 环境配置on ubuntu 12.04,布布扣,bubuko.com

Yii php 环境配置on ubuntu 12.04

上一篇:mysql5.6初级使用方法学习第二天


下一篇:更改oracle归档模式路径