<?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>Leo の Blog &#187; imagemagick</title>
	<atom:link href="http://blog.openider.com/archives/tag/imagemagick/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.openider.com</link>
	<description>Where there is a will there is a way! Trust youself can do it!</description>
	<lastBuildDate>Thu, 27 Aug 2009 10:42:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>快速搭建Linux开发测试WEB服务器系列9-编译安装PHP扩展</title>
		<link>http://blog.openider.com/archives/47</link>
		<comments>http://blog.openider.com/archives/47#comments</comments>
		<pubDate>Mon, 25 May 2009 11:36:59 +0000</pubDate>
		<dc:creator>Guya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://blog.openider.com/?p=47</guid>
		<description><![CDATA[上篇我们介绍了安装 PHP 相关信息. 这篇我们介绍一下如何安装 PHP 的扩展. 目前用的非常广泛的扩展 比如: Memcache, ImageMagick 等. 安装扩展也非常的简单. 掌握了安装方法. 安装其他所需要的扩展也就易如反掌了.
OK. 我们先来安装一下 Memcache 扩展. 可以到 http://pecl.php.net/package/memcache 下载最新的稳定包. 目前 stable 版本是 2.2.5, 我们也将安装该版本. 下载       memcache-2.2.5.tgz 解压安装

1
2
3
4
5
6
7
tar -zxf memcache-2.2.5.tgz -C ~/sources
rm ~/sources/package.xml
cd ~/sources/memcache-2.2.5
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make
sudo make install

这样扩展就安装完成了. 现在来修改 php.ini 载入该扩展, 这个和 window 下没有什么区别. 只不过在 window 下安装扩展只要下载该扩展的 dll 文件放入到php的ext目录下即可, linux [...]]]></description>
		<wfw:commentRss>http://blog.openider.com/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
