<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - error_reporting setting in include/essentials.php]]></title>
		<link>http://punbb.informer.com/forums/topic/21601/errorreporting-setting-in-includeessentialsphp/</link>
		<description><![CDATA[The most recent posts in error_reporting setting in include/essentials.php.]]></description>
		<lastBuildDate>Wed, 20 May 2009 11:46:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: error_reporting setting in include/essentials.php]]></title>
			<link>http://punbb.informer.com/forums/post/127838/#p127838</link>
			<description><![CDATA[<p><a href="http://punbb.informer.com/trac/changeset/1166">Changed</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Parpalak)]]></author>
			<pubDate>Wed, 20 May 2009 11:46:46 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127838/#p127838</guid>
		</item>
		<item>
			<title><![CDATA[Re: error_reporting setting in include/essentials.php]]></title>
			<link>http://punbb.informer.com/forums/post/127472/#p127472</link>
			<description><![CDATA[<p>Maybe it&#039;s better to connect error_reporting with the FORUM_DEBUG constant. If FORUM_DEBUG is defined, all errors and notices should be displayed.</p>]]></description>
			<author><![CDATA[dummy@example.com (Parpalak)]]></author>
			<pubDate>Thu, 07 May 2009 09:29:02 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127472/#p127472</guid>
		</item>
		<item>
			<title><![CDATA[Re: error_reporting setting in include/essentials.php]]></title>
			<link>http://punbb.informer.com/forums/post/127470/#p127470</link>
			<description><![CDATA[<p>hmm,</p><p>in my opinion all code should start whit an e_all, this will force devs and extension devs to write decent and correct php code.</p>]]></description>
			<author><![CDATA[dummy@example.com (Cereal)]]></author>
			<pubDate>Thu, 07 May 2009 07:46:32 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127470/#p127470</guid>
		</item>
		<item>
			<title><![CDATA[Re: error_reporting setting in include/essentials.php]]></title>
			<link>http://punbb.informer.com/forums/post/127469/#p127469</link>
			<description><![CDATA[<p>Yes, you&#039;re right. Thanks for reporting, <a href="http://punbb.informer.com/trac/changeset/1155">fixed</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Thu, 07 May 2009 07:30:16 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127469/#p127469</guid>
		</item>
		<item>
			<title><![CDATA[error_reporting setting in include/essentials.php]]></title>
			<link>http://punbb.informer.com/forums/post/127459/#p127459</link>
			<description><![CDATA[<p>Lines 65-66 in include/essentials.php :<br /></p><div class="codebox"><pre><code>// Make sure PHP reports all errors except E_NOTICE. PunBB supports E_ALL, but a lot of scripts it may interact with, do not.
error_reporting(E_ALL);</code></pre></div><p>It seems to me that either the comment is wrong, or the code should read<br /></p><div class="codebox"><pre><code>error_reporting(E_ALL &amp; ~E_NOTICE);</code></pre></div><p>Am I right ?</p>]]></description>
			<author><![CDATA[dummy@example.com (bedroom)]]></author>
			<pubDate>Wed, 06 May 2009 13:34:28 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127459/#p127459</guid>
		</item>
	</channel>
</rss>
