<?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: Exceptional command-line PHP</title>
	<atom:link href="http://paul-m-jones.com/archives/279/feed" rel="self" type="application/rss+xml" />
	<link>http://paul-m-jones.com/archives/279?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exceptional-command-line-php</link>
	<description>It&#039;s not enough to be smart; you have to actually know things.</description>
	<lastBuildDate>Wed, 16 May 2012 17:27:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: pmjones</title>
		<link>http://paul-m-jones.com/archives/279/comment-page-1#comment-402864</link>
		<dc:creator>pmjones</dc:creator>
		<pubDate>Fri, 08 Aug 2008 14:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/?p=279#comment-402864</guid>
		<description>@Marcin:  I&#039;ve read that &quot;heap corruption&quot; is exactly the problem.  It has been fixed on PHP 5.2.6, but at least  2 earlier versions (5.2.4 and 5.2.5) appear to be affected, maybe more.</description>
		<content:encoded><![CDATA[<p>@Marcin:  I&#8217;ve read that &#8220;heap corruption&#8221; is exactly the problem.  It has been fixed on PHP 5.2.6, but at least  2 earlier versions (5.2.4 and 5.2.5) appear to be affected, maybe more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin KÅ‚eczek</title>
		<link>http://paul-m-jones.com/archives/279/comment-page-1#comment-402761</link>
		<dc:creator>Marcin KÅ‚eczek</dc:creator>
		<pubDate>Fri, 08 Aug 2008 06:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/?p=279#comment-402761</guid>
		<description>PHP 5.2.4-2ubuntu5.1 with Suhosin-Patch 0.9.6.2 (cli) (built: May  9 2008 16:34:16)

&lt;code&gt;
php -r &quot;class Foo extends Exception {} throw new Exception();&quot;

Exception:  in Command line code on line 1

Call Stack:
    0.0110      61752   1. {main}() Command line code:0

ALERT - canary mismatch on efree() - heap overflow detected (attacker &#039;REMOTE_ADDR not set&#039;, file &#039;unknown&#039;)
&lt;/code&gt;

Perhaps the last line is the problem - but only suhosin display error?</description>
		<content:encoded><![CDATA[<p>PHP 5.2.4-2ubuntu5.1 with Suhosin-Patch 0.9.6.2 (cli) (built: May  9 2008 16:34:16)</p>
<p><code><br />
php -r "class Foo extends Exception {} throw new Exception();"</p>
<p>Exception:  in Command line code on line 1</p>
<p>Call Stack:<br />
    0.0110      61752   1. {main}() Command line code:0</p>
<p>ALERT - canary mismatch on efree() - heap overflow detected (attacker 'REMOTE_ADDR not set', file 'unknown')<br />
</code></p>
<p>Perhaps the last line is the problem &#8211; but only suhosin display error?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

