ubuntu 安装 php 常用的插件
一般在ubuntu的源里面都有文件了,只需要用命令 安装就好了
sudo apt-get install php5-curl
sudo apt-get install memcached
memcached -d -m 128 -p 11211 -u root
sudo apt-get install php5-redis
sudo apt-get install php5-mysql
一般在ubuntu的源里面都有文件了,只需要用命令 安装就好了
sudo apt-get install php5-curl
sudo apt-get install memcached
memcached -d -m 128 -p 11211 -u root
sudo apt-get install php5-redis
sudo apt-get install php5-mysql