<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for carroll.org.uk</title>
	<atom:link href="http://carroll.org.uk/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://carroll.org.uk</link>
	<description>.: science : activism : social justice :.</description>
	<pubDate>Thu, 24 Jul 2008 01:12:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Turn off your engine&#8230; by aLison</title>
		<link>http://carroll.org.uk/archives/2008/06/27/turn-off-your-engine#comment-85287</link>
		<dc:creator>aLison</dc:creator>
		<pubDate>Mon, 14 Jul 2008 17:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://carroll.org.uk/?p=92#comment-85287</guid>
		<description>Hi Matt,great to see you've managed to post this and great to see such a positive piece of reporting.</description>
		<content:encoded><![CDATA[<p>Hi Matt,great to see you&#8217;ve managed to post this and great to see such a positive piece of reporting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alternative PHP Cache (APC) on Debian by meinhard</title>
		<link>http://carroll.org.uk/archives/2006/02/02/alternative-php-cache-apc-on-debian#comment-64510</link>
		<dc:creator>meinhard</dc:creator>
		<pubDate>Sat, 29 Mar 2008 14:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://carroll.org.uk/archives/2006/02/02/alternative-php-cache-apc-on-debian#comment-64510</guid>
		<description>To install APC on a minimal Ubuntu Gutsy (7.10) I just  typed:

&lt;code&gt;
apt-get install php-pear php5-dev gawk apache2-threaded-dev make
pecl install apc
&lt;/code&gt;

..added "extension=apc.so" to the php.ini and restarted Apache - done! :) Also see http://2bits.com/articles/installing-php-apc-gnulinux-ubuntu-gutsy-gibbon-710-and-debian.html</description>
		<content:encoded><![CDATA[<p>To install APC on a minimal Ubuntu Gutsy (7.10) I just  typed:</p>
<p><code><br />
apt-get install php-pear php5-dev gawk apache2-threaded-dev make<br />
pecl install apc<br />
</code></p>
<p>..added &#8220;extension=apc.so&#8221; to the php.ini and restarted Apache - done! <img src='http://carroll.org.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Also see <a href="http://2bits.com/articles/installing-php-apc-gnulinux-ubuntu-gutsy-gibbon-710-and-debian.html" rel="nofollow">http://2bits.com/articles/installing-php-apc-gnulinux-ubuntu-gutsy-gibbon-710-and-debian.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advice to American Tourists in England by kate</title>
		<link>http://carroll.org.uk/archives/2000/01/01/advice-to-american-tourists-in-england#comment-61002</link>
		<dc:creator>kate</dc:creator>
		<pubDate>Thu, 28 Feb 2008 16:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://test.carroll.org.uk/log/2000/01/01/13/#comment-61002</guid>
		<description>i love the "Shin Fane " bit!that had me in fits!thanks for the laugh!god help the people who believe this!</description>
		<content:encoded><![CDATA[<p>i love the &#8220;Shin Fane &#8221; bit!that had me in fits!thanks for the laugh!god help the people who believe this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Canonical List of Ways To Kill Barnie the Dinosaur by ...</title>
		<link>http://carroll.org.uk/archives/2000/01/01/canonical-list-of-ways-to-kill-barnie-the-dinosaur#comment-59540</link>
		<dc:creator>...</dc:creator>
		<pubDate>Fri, 15 Feb 2008 23:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://test.carroll.org.uk/log/2000/01/01/12/#comment-59540</guid>
		<description>barnie or barney shows are stupit</description>
		<content:encoded><![CDATA[<p>barnie or barney shows are stupit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alternative PHP Cache (APC) on Debian by :DTM.</title>
		<link>http://carroll.org.uk/archives/2006/02/02/alternative-php-cache-apc-on-debian#comment-56514</link>
		<dc:creator>:DTM.</dc:creator>
		<pubDate>Tue, 29 Jan 2008 04:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://carroll.org.uk/archives/2006/02/02/alternative-php-cache-apc-on-debian#comment-56514</guid>
		<description>Everything had been worked perfectly with APC and eZ Publish on my Debian Etch amd64 until I issued:
pecl upgrade apc

which upgraded to APC-3.0.16 and created a new library in
/usr/lib/php5/20060613/apc.so

which replaced the previous
/usr/lib/php4/20050606/apc.so [APC-3.0.14 - shoot, I don't have a backup...] 

The problem must be that I installed php5 [cgi] after php4 and apc...

If I move the new apc.so to the correct extension_dir, Apache2 can't load it and says:

PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/20050606/apc.so' - /usr/lib/php4/20050606/apc.so: undefined symbol: zend_opcode_handlers in Unknown on line 0

How can I recompile apc for just PHP/4.4.4-8+etch4 and give eZ Publish a cache again?

Regards, :DTM.</description>
		<content:encoded><![CDATA[<p>Everything had been worked perfectly with APC and eZ Publish on my Debian Etch amd64 until I issued:<br />
pecl upgrade apc</p>
<p>which upgraded to APC-3.0.16 and created a new library in<br />
/usr/lib/php5/20060613/apc.so</p>
<p>which replaced the previous<br />
/usr/lib/php4/20050606/apc.so [APC-3.0.14 - shoot, I don't have a backup...] </p>
<p>The problem must be that I installed php5 [cgi] after php4 and apc&#8230;</p>
<p>If I move the new apc.so to the correct extension_dir, Apache2 can&#8217;t load it and says:</p>
<p>PHP Warning:  Unknown(): Unable to load dynamic library &#8216;/usr/lib/php4/20050606/apc.so&#8217; - /usr/lib/php4/20050606/apc.so: undefined symbol: zend_opcode_handlers in Unknown on line 0</p>
<p>How can I recompile apc for just PHP/4.4.4-8+etch4 and give eZ Publish a cache again?</p>
<p>Regards, :DTM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Death to Chain Letters by Taina</title>
		<link>http://carroll.org.uk/archives/2000/01/01/death-to-chain-letters#comment-55605</link>
		<dc:creator>Taina</dc:creator>
		<pubDate>Wed, 23 Jan 2008 22:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://test.carroll.org.uk/log/2000/01/01/21/#comment-55605</guid>
		<description>Its 3 seconds already and nothin' happend.These death chain letters are SO fake.They Just try to scary people to death 4 nothin' what soo eva. =b</description>
		<content:encoded><![CDATA[<p>Its 3 seconds already and nothin&#8217; happend.These death chain letters are SO fake.They Just try to scary people to death 4 nothin&#8217; what soo eva. =b</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google thinks I am Jesus by meinhard</title>
		<link>http://carroll.org.uk/archives/2007/12/11/google-thinks-i-am-jesus#comment-49341</link>
		<dc:creator>meinhard</dc:creator>
		<pubDate>Sun, 16 Dec 2007 12:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://carroll.org.uk/archives/2007/12/11/google-thinks-i-am-jesus#comment-49341</guid>
		<description>they seem to have corrected it. now it tells you to "Arrive WB Robson ST NS Granville ST" and then walk - over land, like us ordinary mortals. ;)</description>
		<content:encoded><![CDATA[<p>they seem to have corrected it. now it tells you to &#8220;Arrive WB Robson ST NS Granville ST&#8221; and then walk - over land, like us ordinary mortals. <img src='http://carroll.org.uk/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tell Harper: Stop Blocking UN Climate Talks by matthew</title>
		<link>http://carroll.org.uk/archives/2007/12/11/tell-harper-stop-blocking-un-climate-talks#comment-49257</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sat, 15 Dec 2007 22:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://carroll.org.uk/archives/2007/12/11/tell-harper-stop-blocking-un-climate-talks#comment-49257</guid>
		<description>After huge pressure, both from within Canada and abroad, Harper was forced to back down at the end of the Bali climate negotiations. Avaaz is &lt;a href="http://www.avaaz.org/en/another_canadian_climate_crime/" rel="nofollow"&gt;declaring "we won"&lt;/a&gt;, and &lt;a href="http://www.theglobeandmail.com/servlet/story/RTGAM.20071215.wbalidealyork1215/BNStory/International/home" rel="nofollow"&gt;the globe and mail&lt;/a&gt; is also covering the story. Thank you to everyone who signed the petition, called Harper, or worked on the campaign here or in Bali.

Personally I don't think we will have won until the international climate talks stop being a constant battle just to prevent the governments of the world from moving backwards. We pour all our efforts into simply keeping the process from going off the rails, when what we really need to be doing is coming together as a world to actually deal with climate change rather than petty politics and big oil's stranglehold on our democracy.</description>
		<content:encoded><![CDATA[<p>After huge pressure, both from within Canada and abroad, Harper was forced to back down at the end of the Bali climate negotiations. Avaaz is <a href="http://www.avaaz.org/en/another_canadian_climate_crime/" rel="nofollow">declaring &#8220;we won&#8221;</a>, and <a href="http://www.theglobeandmail.com/servlet/story/RTGAM.20071215.wbalidealyork1215/BNStory/International/home" rel="nofollow">the globe and mail</a> is also covering the story. Thank you to everyone who signed the petition, called Harper, or worked on the campaign here or in Bali.</p>
<p>Personally I don&#8217;t think we will have won until the international climate talks stop being a constant battle just to prevent the governments of the world from moving backwards. We pour all our efforts into simply keeping the process from going off the rails, when what we really need to be doing is coming together as a world to actually deal with climate change rather than petty politics and big oil&#8217;s stranglehold on our democracy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lloyds TSB Attacked by Phishing Scam by Wanda</title>
		<link>http://carroll.org.uk/archives/2005/02/04/lloyds-tsb-attacked-by-phishing-scam#comment-48669</link>
		<dc:creator>Wanda</dc:creator>
		<pubDate>Tue, 11 Dec 2007 03:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://test.carroll.org.uk/log/2005/02/04/24/#comment-48669</guid>
		<description>I got an e-mail from [email removed], Using Lloyd bank, That I had won a lottery, and asking for my name, and other personal information, I e-mailed them back telling them that if this was a scam and this was an ID theft, it wouldn't do them any good, my credit is ruined.</description>
		<content:encoded><![CDATA[<p>I got an e-mail from [email removed], Using Lloyd bank, That I had won a lottery, and asking for my name, and other personal information, I e-mailed them back telling them that if this was a scam and this was an ID theft, it wouldn&#8217;t do them any good, my credit is ruined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Telemark by matthew</title>
		<link>http://carroll.org.uk/archives/2007/02/28/telemark#comment-47343</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Tue, 27 Nov 2007 23:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://carroll.org.uk/archives/2007/02/28/telemark#comment-47343</guid>
		<description>9 months later, back at the &lt;a href="http://www.ubc-voc.com/wiki/Brian_Waddington_Hut" rel="nofollow"&gt;Waddington Hut&lt;/a&gt;...

&lt;object type="application/x-shockwave-flash" data="http://carroll.org.uk/files/flowplayer/FlowPlayer.swf" id="FlowPlayer" height="324" width="400"&gt;&lt;param name="movie" value="http://carroll.org.uk/files/flowplayer/FlowPlayer.swf"&gt;&lt;/param&gt;&lt;param name="quality" value="high"&gt;&lt;/param&gt;&lt;param name="scale" value="noScale"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;param name="flashvars" value="videoFile=http://video-sf2p.facebook.com/v91/221/2/538308568287_54553.flv&#38;autoBuffering=false&#38;autoPlay=false&#38;loop=false"&gt;&lt;/param&gt;&lt;/object&gt;</description>
		<content:encoded><![CDATA[<p>9 months later, back at the <a href="http://www.ubc-voc.com/wiki/Brian_Waddington_Hut" rel="nofollow">Waddington Hut</a>&#8230;</p>
<p><object type="application/x-shockwave-flash" data="http://carroll.org.uk/files/flowplayer/FlowPlayer.swf" id="FlowPlayer" height="324" width="400"><param name="movie" value="http://carroll.org.uk/files/flowplayer/FlowPlayer.swf"></param><param name="quality" value="high"></param><param name="scale" value="noScale"></param><param name="wmode" value="transparent"></param><param name="flashvars" value="videoFile=http://video-sf2p.facebook.com/v91/221/2/538308568287_54553.flv&amp;autoBuffering=false&amp;autoPlay=false&amp;loop=false"></param></object></p>
]]></content:encoded>
	</item>
</channel>
</rss>
