<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; phpredis</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/phpredis/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下php安装phpredis</title>
		<link>https://www.osyunwei.com/archives/5362.html</link>
		<comments>https://www.osyunwei.com/archives/5362.html#comments</comments>
		<pubDate>Mon, 24 Sep 2012 09:03:12 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Redis]]></category>
		<category><![CDATA[phpredis]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5362</guid>
		<description><![CDATA[说明： php安装目录：/usr/local/php5 php.ini配置文件路径：/usr/local/php5/etc/php.ini Nginx安装目录：/usr/local/nginx Nginx网站根目录：/usr/local/nginx/html 1、安装编译工具 yum install wget  make gcc gcc-c++ zlib-devel openssl openssl-devel pcre-devel kernel keyutils  patch perl 2、安装phpredis https://github.com/owlient/phpredis/downloads/ #进入下载页面，下载owlient-phpredis-2.1.1-1-g90ecd17.tar.gz，上传到cd /usr/local/src目录 cd /usr/local/src  #进入软件包存放目录 tar zxvf owlient-phpredis-2.1.1-1-g90ecd17.tar.gz  #解压 cd owlient-phpredis-90ecd17 #进入安装目录 /usr/local/php5/bin/phpize  #用phpize生成configure配置文件 ./configure --with-php-config=/usr/local/php5/bin/php-config  #配置 make #编译 make install #安装 安装完成之后，出现下面的界面，记住以下路径，后面会用到 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 /usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/  #phpredis模块路径 3、配置php支持phpredis vi /usr/local/php5/etc/php.ini  #编辑配置文件，在最后一行添加以下内容 extension="redis.so" [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5362.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5362.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
