<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Error: PHP Startup: Unable to load dynamic library &#8216;/usr/lib/php5/20100525/suhosin.so&#8217; [Debian Wheezy]</title>
	<atom:link href="http://blog.tordeu.com/?feed=rss2&#038;p=417" rel="self" type="application/rss+xml" />
	<link>http://blog.tordeu.com/?p=417</link>
	<description>a blog about stuff</description>
	<lastBuildDate>Mon, 01 Sep 2014 22:51:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
	<item>
		<title>By: sealinger</title>
		<link>http://blog.tordeu.com/?p=417#comment-7952</link>
		<dc:creator>sealinger</dc:creator>
		<pubDate>Wed, 25 Jun 2014 10:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-7952</guid>
		<description><![CDATA[Thanks worked perfectly.]]></description>
		<content:encoded><![CDATA[<p>Thanks worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik T</title>
		<link>http://blog.tordeu.com/?p=417#comment-7809</link>
		<dc:creator>Erik T</dc:creator>
		<pubDate>Fri, 13 Jun 2014 17:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-7809</guid>
		<description><![CDATA[Thank you very much for this. Cured my headache!]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for this. Cured my headache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen</title>
		<link>http://blog.tordeu.com/?p=417#comment-6970</link>
		<dc:creator>Steffen</dc:creator>
		<pubDate>Fri, 11 Apr 2014 08:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-6970</guid>
		<description><![CDATA[Thank you very much!]]></description>
		<content:encoded><![CDATA[<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Bradley</title>
		<link>http://blog.tordeu.com/?p=417#comment-6678</link>
		<dc:creator>Daniel Bradley</dc:creator>
		<pubDate>Mon, 17 Mar 2014 02:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-6678</guid>
		<description><![CDATA[Purging the package doesn&#039;t seem to remove the following configuration file that causes Apache to keep trying to load suhosin (causing an error message in Apache&#039;s error log).

/etc/php5/conf.d/suhosin.ini

Removing this file made the error message go away.]]></description>
		<content:encoded><![CDATA[<p>Purging the package doesn&#8217;t seem to remove the following configuration file that causes Apache to keep trying to load suhosin (causing an error message in Apache&#8217;s error log).</p>
<p>/etc/php5/conf.d/suhosin.ini</p>
<p>Removing this file made the error message go away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.tordeu.com/?p=417#comment-4790</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 12 Oct 2013 11:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-4790</guid>
		<description><![CDATA[The functionality of Suhosin was merged into core PHP, hence it is not ‘needed’ anymore and was removed. I doubt that it will be restored.]]></description>
		<content:encoded><![CDATA[<p>The functionality of Suhosin was merged into core PHP, hence it is not ‘needed’ anymore and was removed. I doubt that it will be restored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://blog.tordeu.com/?p=417#comment-4301</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Sat, 31 Aug 2013 00:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-4301</guid>
		<description><![CDATA[Worked! Thanks

:)]]></description>
		<content:encoded><![CDATA[<p>Worked! Thanks</p>
<p> <img src='http://blog.tordeu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tordeu</title>
		<link>http://blog.tordeu.com/?p=417#comment-4194</link>
		<dc:creator>tordeu</dc:creator>
		<pubDate>Tue, 20 Aug 2013 19:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-4194</guid>
		<description><![CDATA[It was the only solution I could find at the time. This problem probably happens to most people when they are updating their system. Debian Wheezy does not seem to ship with suhosin anymore, which is why I got the error after upgrading from squeeze to wheezy. And I would argue that for most people this fix is good enough. Anybody who wants to add it manually is welcome to do so and I will happily link to a good blog post which explains how to do this. But I can&#039;t write a blog post about myself, because I don&#039;t intend to do install it.]]></description>
		<content:encoded><![CDATA[<p>It was the only solution I could find at the time. This problem probably happens to most people when they are updating their system. Debian Wheezy does not seem to ship with suhosin anymore, which is why I got the error after upgrading from squeeze to wheezy. And I would argue that for most people this fix is good enough. Anybody who wants to add it manually is welcome to do so and I will happily link to a good blog post which explains how to do this. But I can&#8217;t write a blog post about myself, because I don&#8217;t intend to do install it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Havary</title>
		<link>http://blog.tordeu.com/?p=417#comment-4186</link>
		<dc:creator>Havary</dc:creator>
		<pubDate>Tue, 20 Aug 2013 14:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-4186</guid>
		<description><![CDATA[You shouldnt recomended to disable php suhosin with is a security module for php aplications and websites.]]></description>
		<content:encoded><![CDATA[<p>You shouldnt recomended to disable php suhosin with is a security module for php aplications and websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny Klotz</title>
		<link>http://blog.tordeu.com/?p=417#comment-4101</link>
		<dc:creator>Benny Klotz</dc:creator>
		<pubDate>Wed, 14 Aug 2013 15:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-4101</guid>
		<description><![CDATA[Thanks worked perfectly. :)]]></description>
		<content:encoded><![CDATA[<p>Thanks worked perfectly. <img src='http://blog.tordeu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenda</title>
		<link>http://blog.tordeu.com/?p=417#comment-3387</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Sat, 13 Jul 2013 10:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=417#comment-3387</guid>
		<description><![CDATA[thanks!]]></description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
