<?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: MiniTip: PHP Show Errors</title>
	<atom:link href="http://www.webdriver.com.ar/minitip-php-show-all-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdriver.com.ar/minitip-php-show-all-errors/</link>
	<description></description>
	<lastBuildDate>Tue, 05 Oct 2010 03:34:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: El Hombre Gris</title>
		<link>http://www.webdriver.com.ar/minitip-php-show-all-errors/comment-page-1/#comment-11682</link>
		<dc:creator>El Hombre Gris</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdriver.com.ar/?p=495#comment-11682</guid>
		<description>En el post anterior me borro el código:

error_reporting(E_ALL&#124;E_STRICT);
ini_set(&#039;display_errors&#039;, 1);</description>
		<content:encoded><![CDATA[<p>En el post anterior me borro el código:</p>
<p>error_reporting(E_ALL|E_STRICT);<br />
ini_set(&#8216;display_errors&#8217;, 1);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Hombre Gris</title>
		<link>http://www.webdriver.com.ar/minitip-php-show-all-errors/comment-page-1/#comment-11681</link>
		<dc:creator>El Hombre Gris</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdriver.com.ar/?p=495#comment-11681</guid>
		<description>En PHP 5 ésta es la manera de ver todos los errores:



Sin el E_STRICT PHP no te avisa de funcionalidad deprecada y otras advertencias en cuanto a compatibilidad hacia adelante.</description>
		<content:encoded><![CDATA[<p>En PHP 5 ésta es la manera de ver todos los errores:</p>
<p>Sin el E_STRICT PHP no te avisa de funcionalidad deprecada y otras advertencias en cuanto a compatibilidad hacia adelante.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

