<?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>Fosiul.com &#187; php</title>
	<atom:link href="http://www.fosiul.com/index.php/category/linux/php-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fosiul.com</link>
	<description>Dedicated To Linux</description>
	<lastBuildDate>Wed, 08 Sep 2010 11:25:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to compile php for GD library</title>
		<link>http://www.fosiul.com/index.php/2009/11/how-to-compile-php-for-gd-library/</link>
		<comments>http://www.fosiul.com/index.php/2009/11/how-to-compile-php-for-gd-library/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 11:35:20 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[gd library and php compilation]]></category>
		<category><![CDATA[gd library and php source installation]]></category>
		<category><![CDATA[How to compile gd library in php]]></category>
		<category><![CDATA[Linux:How to add gd library in php]]></category>

		<guid isPermaLink="false">http://fosiul.co.uk/?p=226</guid>
		<description><![CDATA[Install necessary software by yum or from source
yum install gd gd-devel yum install zlib  zlib-devel

then

a)    Download the php source from here : http://www.php.net/downloads.php
b)	Download the source file in to /tmp directory
c)	Here I am gussing the php version is php-5.3.0.tar.gz
d)	Tar –xvzf php-5.3.0.tar.gz
e)	Cd php-5.3.0
f)

 ./configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --enable-mbstring –-with-gd –-with-zlib –-with-jpeg-dir –-with-png-dir

g)	make
h)	make install
i)	setup your [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2009/11/how-to-compile-php-for-gd-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
