<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Penguinsoft &#187; config</title>
	<atom:link href="http://penguinsoft.us/tag/config/feed/" rel="self" type="application/rss+xml" />
	<link>http://penguinsoft.us</link>
	<description>Application Development, Web Development, Innovative Software Solutions</description>
	<lastBuildDate>Mon, 23 Jan 2012 18:45:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Show Errors in PHP</title>
		<link>http://penguinsoft.us/2010/07/show-errors-in-php/</link>
		<comments>http://penguinsoft.us/2010/07/show-errors-in-php/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 03:39:57 +0000</pubDate>
		<dc:creator>Tomi Lehto</dc:creator>
				<category><![CDATA[Code and Servers]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://penguinsoft.us/?p=486</guid>
		<description><![CDATA[In the good &#8220;old&#8221; days when 99% of all websites looked horrible, PHP would by default spit out all errors. If you made a mistake in your code, you&#8217;d get gracefully &#8220;notified&#8221;. With PHP 5 we arrived to a new era of hidden rebukes &#8211; page just loads totally blank by default. If you like ...]]></description>
			<content:encoded><![CDATA[<p>In the good &#8220;old&#8221; days when 99% of all websites looked horrible, PHP would by default spit out all errors. If you made a mistake in your code, you&#8217;d get gracefully &#8220;notified&#8221;.</p>
<p>With PHP 5 we arrived to a new era of hidden rebukes &#8211; page just loads totally blank by default.</p>
<p>If you like games, you can just start searching the problem from your source code! If you have less than 100k lines you&#8217;ve got a good chance to find the issue before dawn.</p>
<p>If not, just drop these lines to the beginning of the script &#8211; should be fine&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'display_errors'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'1'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">error_reporting</span><span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">E_ALL</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://penguinsoft.us/2010/07/show-errors-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

