为了更好的使用yum 安装 rehl 附件包

rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm

爽呀。 安装了rehl 附件包。 很多软件都有了比如 nginx ...

在 Yum 安装软件时候发现的

yum 安装 php memcache 扩展

yum list | grep memcache

就可以看到

php-pecl-memcache 扩展了

直接 yum install php-pecl-memcache 就可以了

你可能感兴趣的:(PHP,nginx,redhat)