<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - error_reporting setting in include/essentials.php]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/21601/"/>
	<updated>2009-05-20T11:46:46Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/21601/errorreporting-setting-in-includeessentialsphp/</id>
		<entry>
			<title type="html"><![CDATA[Re: error_reporting setting in include/essentials.php]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/127838/#p127838"/>
			<content type="html"><![CDATA[<p><a href="http://punbb.informer.com/trac/changeset/1166">Changed</a>.</p>]]></content>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/13581/</uri>
			</author>
			<updated>2009-05-20T11:46:46Z</updated>
			<id>http://punbb.informer.com/forums/post/127838/#p127838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: error_reporting setting in include/essentials.php]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/127472/#p127472"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/13581/</uri>
			</author>
			<updated>2009-05-07T09:29:02Z</updated>
			<id>http://punbb.informer.com/forums/post/127472/#p127472</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: error_reporting setting in include/essentials.php]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/127470/#p127470"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Cereal]]></name>
				<uri>http://punbb.informer.com/forums/user/7510/</uri>
			</author>
			<updated>2009-05-07T07:46:32Z</updated>
			<id>http://punbb.informer.com/forums/post/127470/#p127470</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: error_reporting setting in include/essentials.php]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/127469/#p127469"/>
			<content type="html"><![CDATA[<p>Yes, you&#039;re right. Thanks for reporting, <a href="http://punbb.informer.com/trac/changeset/1155">fixed</a>.</p>]]></content>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/13265/</uri>
			</author>
			<updated>2009-05-07T07:30:16Z</updated>
			<id>http://punbb.informer.com/forums/post/127469/#p127469</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[error_reporting setting in include/essentials.php]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/127459/#p127459"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[bedroom]]></name>
				<uri>http://punbb.informer.com/forums/user/5754/</uri>
			</author>
			<updated>2009-05-06T13:34:28Z</updated>
			<id>http://punbb.informer.com/forums/post/127459/#p127459</id>
		</entry>
</feed>
