<?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 Handling and the PHP @ Operator</title>
	<atom:link href="http://www.evardsson.com/blog/2009/06/07/error-handling-and-the-php-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evardsson.com/blog/2009/06/07/error-handling-and-the-php-operator/</link>
	<description>tweaks and hacks, php, python, music, home and ???</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:14:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sjan Evardsson</title>
		<link>http://www.evardsson.com/blog/2009/06/07/error-handling-and-the-php-operator/comment-page-1/#comment-902</link>
		<dc:creator>Sjan Evardsson</dc:creator>
		<pubDate>Wed, 16 Sep 2009 00:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.evardsson.com/blog/?p=369#comment-902</guid>
		<description>You are generally better off either wrapping code in a try catch block and handling the error there, or if it is something that will not halt or harm the processing of the page set &lt;code&gt;display_errors=0&lt;/code&gt; and &lt;code&gt;log_errors=1&lt;/code&gt; in php.ini (at least on production sites, where that should be a standard part of your setup).</description>
		<content:encoded><![CDATA[<p>You are generally better off either wrapping code in a try catch block and handling the error there, or if it is something that will not halt or harm the processing of the page set <code>display_errors=0</code> and <code>log_errors=1</code> in php.ini (at least on production sites, where that should be a standard part of your setup).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulysses</title>
		<link>http://www.evardsson.com/blog/2009/06/07/error-handling-and-the-php-operator/comment-page-1/#comment-901</link>
		<dc:creator>Ulysses</dc:creator>
		<pubDate>Tue, 15 Sep 2009 23:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.evardsson.com/blog/?p=369#comment-901</guid>
		<description>It&#039;s probably not good practice to suppress errors using @ sign, then what is the preferred method.</description>
		<content:encoded><![CDATA[<p>It&#8217;s probably not good practice to suppress errors using @ sign, then what is the preferred method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Saray</title>
		<link>http://www.evardsson.com/blog/2009/06/07/error-handling-and-the-php-operator/comment-page-1/#comment-880</link>
		<dc:creator>Aaron Saray</dc:creator>
		<pubDate>Mon, 08 Jun 2009 16:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.evardsson.com/blog/?p=369#comment-880</guid>
		<description>I&#039;ve found tons of issues with the @ sign when programming in PHP (see: http://www.102degrees.com/blog/2007/07/27/the-perils-of-the-at-in-php/). Congrats to Samuel for removing it :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found tons of issues with the @ sign when programming in PHP (see: <a href="http://www.102degrees.com/blog/2007/07/27/the-perils-of-the-at-in-php/)" rel="nofollow">http://www.102degrees.com/blog/2007/07/27/the-perils-of-the-at-in-php/)</a>. Congrats to Samuel for removing it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://www.evardsson.com/blog/2009/06/07/error-handling-and-the-php-operator/comment-page-1/#comment-878</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Mon, 08 Jun 2009 11:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.evardsson.com/blog/?p=369#comment-878</guid>
		<description>Removed @ operator for the next version ;)</description>
		<content:encoded><![CDATA[<p>Removed @ operator for the next version ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
