<?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>Blue Horn &#187; pecl</title>
	<atom:link href="http://bluehorn.co.nz/tag/pecl/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluehorn.co.nz</link>
	<description>New Zealand Web Design &#38; Development (PHP 5, MySQL, Symfony Framework, Apache, Linux)</description>
	<lastBuildDate>Tue, 29 Nov 2011 22:23:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Speed up Symfony by installing APC on Ubuntu</title>
		<link>http://bluehorn.co.nz/2010/01/29/speed-up-symfony-by-installing-apc-on-ubuntu/</link>
		<comments>http://bluehorn.co.nz/2010/01/29/speed-up-symfony-by-installing-apc-on-ubuntu/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 00:44:59 +0000</pubDate>
		<dc:creator>Sid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony Framework]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[Symfony Resources]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bluehorn.co.nz/?p=338</guid>
		<description><![CDATA[APC (Alternative PHP Cache) is an open source code PHP code cache and optimizer (or code accelerator). It is a necessary companion to any Symfony project. So here we go: sudo apt-get update sudo apt-get install php5-dev apache2-dev build-essential apache2-threaded-dev php-pear sudo pecl install apc Then update /etc/php5/apache2/php.ini and add this line: extension=apc.so Have fun! [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>APC (Alternative PHP Cache) is an open source code PHP code cache and optimizer (or code accelerator). It is a necessary companion to any Symfony project. <span id="more-338"></span>So here we go:</p>
<p>sudo apt-get update<br />
sudo apt-get install php5-dev apache2-dev build-essential apache2-threaded-dev php-pear<br />
sudo pecl install apc</p>
<p>Then update /etc/php5/apache2/php.ini and add this line:</p>
<p>extension=apc.so</p>
<p>Have fun!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bluehorn.co.nz/2010/01/29/speed-up-symfony-by-installing-apc-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

