<?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>LAMP Tips! &#187; PHP</title>
	<atom:link href="http://lamptips.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://lamptips.com</link>
	<description>Tips, tricks and (good) hacks</description>
	<lastBuildDate>Tue, 12 May 2009 22:04:48 +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>Install APC</title>
		<link>http://lamptips.com/2008/04/install-apc/</link>
		<comments>http://lamptips.com/2008/04/install-apc/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 15:54:59 +0000</pubDate>
		<dc:creator>Geoff W.</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[PHP Performance]]></category>
		<category><![CDATA[PHP Tuning]]></category>

		<guid isPermaLink="false">http://www.lamptips.com/?p=3</guid>
		<description><![CDATA[To help with PHP's performance in a non-cgi environment, install APC.

It's as easy as:
pecl install apc
You'll just have to add the extension in your PHP.ini and restart Apache.
Check out the APC Homepage
]]></description>
			<content:encoded><![CDATA[<p>To help with PHP's performance in a non-cgi environment, install APC.</p>
<p><span id="more-3"></span></p>
<p>It's as easy as:</p>
<p><strong>pecl install apc</strong></p>
<p>You'll just have to add the extension in your PHP.ini and restart Apache.</p>
<p>Check out the <a href="http://us.php.net/manual/en/book.apc.php">APC Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lamptips.com/2008/04/install-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
