<?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: PHP Error Handling Class</title>
	<atom:link href="http://deadlytechnology.com/scripts/php-error-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://deadlytechnology.com/scripts/php-error-class/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 00:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Maureen</title>
		<link>http://deadlytechnology.com/scripts/php-error-class/comment-page-1/#comment-253</link>
		<dc:creator>Maureen</dc:creator>
		<pubDate>Tue, 02 Sep 2008 20:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/scripts/php-error-class/#comment-253</guid>
		<description>Thanks for the script and the information.  It&#039;s been a few years since I&#039;ve done much PHP coding and as I&#039;m getting back into it, this has been very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for the script and the information.  It&#8217;s been a few years since I&#8217;ve done much PHP coding and as I&#8217;m getting back into it, this has been very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: franktank</title>
		<link>http://deadlytechnology.com/scripts/php-error-class/comment-page-1/#comment-252</link>
		<dc:creator>franktank</dc:creator>
		<pubDate>Thu, 21 Feb 2008 22:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/scripts/php-error-class/#comment-252</guid>
		<description>Thanks for the kind words sunshine. Quiz coming soon...</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words sunshine. Quiz coming soon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunshine</title>
		<link>http://deadlytechnology.com/scripts/php-error-class/comment-page-1/#comment-250</link>
		<dc:creator>sunshine</dc:creator>
		<pubDate>Wed, 05 Dec 2007 08:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/scripts/php-error-class/#comment-250</guid>
		<description>i am thankful for your meaty information. Hope that i could participate in class discussion and answer the quiz. heheheh</description>
		<content:encoded><![CDATA[<p>i am thankful for your meaty information. Hope that i could participate in class discussion and answer the quiz. heheheh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergiu</title>
		<link>http://deadlytechnology.com/scripts/php-error-class/comment-page-1/#comment-251</link>
		<dc:creator>Sergiu</dc:creator>
		<pubDate>Tue, 20 Nov 2007 09:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/scripts/php-error-class/#comment-251</guid>
		<description>You may use a debug_level variable instead of ip addres, if the debug_level is 0 then this is a debug for user, if 1 than this is a debug for developments:)</description>
		<content:encoded><![CDATA[<p>You may use a debug_level variable instead of ip addres, if the debug_level is 0 then this is a debug for user, if 1 than this is a debug for developments:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: franktank</title>
		<link>http://deadlytechnology.com/scripts/php-error-class/comment-page-1/#comment-247</link>
		<dc:creator>franktank</dc:creator>
		<pubDate>Sun, 22 Jul 2007 10:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/scripts/php-error-class/#comment-247</guid>
		<description>Hi Cyrus,

I would love to help you with this but unforutnately I am travelling right now and it is kind of hard to sort out from an internet cafe :)

From memory it should be a caseof adding the error codes for the parse errors to the class so that the error messages you set are triggered when those error codes are captured. So, I would look for the error codes in the PHP manual and try adding them for Parse errors. Hope that helps, when I get settled I might try and look at this again for you.

Cheers,
Frank.</description>
		<content:encoded><![CDATA[<p>Hi Cyrus,</p>
<p>I would love to help you with this but unforutnately I am travelling right now and it is kind of hard to sort out from an internet cafe :)</p>
<p>From memory it should be a caseof adding the error codes for the parse errors to the class so that the error messages you set are triggered when those error codes are captured. So, I would look for the error codes in the PHP manual and try adding them for Parse errors. Hope that helps, when I get settled I might try and look at this again for you.</p>
<p>Cheers,<br />
Frank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyrus</title>
		<link>http://deadlytechnology.com/scripts/php-error-class/comment-page-1/#comment-249</link>
		<dc:creator>cyrus</dc:creator>
		<pubDate>Fri, 13 Jul 2007 09:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/scripts/php-error-class/#comment-249</guid>
		<description>Hi there,
you put up some pretty good piece there :-). Though I still got a little problem:
somehow it seems that the error_handler does not include Parse errors. I&#039;m still getting ugly
&quot;Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in&quot;
errors on the site.
Could you tell me how to fix that?

Cordially,
cyrus</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
you put up some pretty good piece there :-). Though I still got a little problem:<br />
somehow it seems that the error_handler does not include Parse errors. I&#8217;m still getting ugly<br />
&#8220;Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in&#8221;<br />
errors on the site.<br />
Could you tell me how to fix that?</p>
<p>Cordially,<br />
cyrus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gg</title>
		<link>http://deadlytechnology.com/scripts/php-error-class/comment-page-1/#comment-248</link>
		<dc:creator>gg</dc:creator>
		<pubDate>Sat, 12 May 2007 09:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/scripts/php-error-class/#comment-248</guid>
		<description>Hello,
It&#039;s exactly what i was searching for ... and clear and well explained
thank u ;)</description>
		<content:encoded><![CDATA[<p>Hello,<br />
It&#8217;s exactly what i was searching for &#8230; and clear and well explained<br />
thank u ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: deadlytechnology.com @ 2012-02-10 19:19:09 -->
