<?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: Beginners&#8217; Corner: The Dreaded Blank Page</title>
	<atom:link href="http://www.charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/</link>
	<description>Charles Reace&#039;s blog about PHP, MySQL, and life in general</description>
	<lastBuildDate>Mon, 22 Aug 2011 17:18:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Znupi</title>
		<link>http://www.charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/comment-page-1/#comment-9</link>
		<dc:creator>Znupi</dc:creator>
		<pubDate>Mon, 04 Aug 2008 00:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/#comment-9</guid>
		<description>Aah, I see. I remember when I first started learning PHP and I used some AMP setup (I think &lt;a href=&quot;http://apache2triad.net/&quot; rel=&quot;nofollow&quot;&gt;apache2triad&lt;/a&gt; -- now I used &lt;a href=&quot;http://apachefriends.org/&quot; rel=&quot;nofollow&quot;&gt;XAMPP&lt;/a&gt; both on Windows and Linux, much better and simpler) which was set by default to not display any errors. I was so frustrated searching for a missing semicolon for hours. Until my brother told me about the configuration directives and man, was that a relief! :-)</description>
		<content:encoded><![CDATA[<p>Aah, I see. I remember when I first started learning PHP and I used some AMP setup (I think <a href="http://apache2triad.net/" rel="nofollow">apache2triad</a> &#8212; now I used <a href="http://apachefriends.org/" rel="nofollow">XAMPP</a> both on Windows and Linux, much better and simpler) which was set by default to not display any errors. I was so frustrated searching for a missing semicolon for hours. Until my brother told me about the configuration directives and man, was that a relief! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cwreace</title>
		<link>http://www.charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/comment-page-1/#comment-6</link>
		<dc:creator>cwreace</dc:creator>
		<pubDate>Wed, 16 Jul 2008 21:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/#comment-6</guid>
		<description>Hi, Znupi.

The difference is that if the error reporting settings are in the actual PHP file in question, they will only affect how run-time errors are reported. However, any parse errors will not be affected, because parse errors are generated &lt;i&gt;before&lt;/i&gt; any commands - including &lt;code&gt;ini_set()&lt;/code&gt; and &lt;code&gt;error_reporting()&lt;/code&gt; - are actually executed.</description>
		<content:encoded><![CDATA[<p>Hi, Znupi.</p>
<p>The difference is that if the error reporting settings are in the actual PHP file in question, they will only affect how run-time errors are reported. However, any parse errors will not be affected, because parse errors are generated <i>before</i> any commands &#8211; including <code>ini_set()</code> and <code>error_reporting()</code> &#8211; are actually executed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Znupi</title>
		<link>http://www.charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/comment-page-1/#comment-4</link>
		<dc:creator>Znupi</dc:creator>
		<pubDate>Wed, 16 Jul 2008 19:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/#comment-4</guid>
		<description>Isn&#039;t that simply the same as putting the ini_set and error_reporting function calls at the very beginning of the broken file?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t that simply the same as putting the ini_set and error_reporting function calls at the very beginning of the broken file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

