<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 20:13:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Jamie Wong's Blog: Effective bugfixing techniques for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6838</guid>
      <link>http://www.phpdeveloper.org/news/6838</link>
      <description><![CDATA[<p>
In his travels as a PHP developer, <i>Jamie Wong</i> has gathered some helpful debugging tips that are shared in <a href="http://adc.jgwong.org/index.php/2006/11/23/effective-bugfixing-techniques-for-php/">this latest post</a> to his blog.
</p>
<blockquote>
Here are some bugfixing rules and tips I've learned working all these years with PHP. I emphasize mostly on fixing bugs than preventing them, which is another subject worth of its own article. I've moved to Rails, but I wanted to finish this post as a farewell and thanks to every article and documentation that was useful to me. Hope this is useful to you too.
</blockquote>
<p>
Topics covered include:
<ul>
<li>Assume nothing
<li>Turn Error Reporting to show all errors
<li>Read the error message
<li>Understand the bug
<li>"Scooby-Bug, where are you?"
<li>Get as much information as possible
</ul>
Each has some explanation below it and, in some places, a bit of code to clarify the point.
</p>]]></description>
      <pubDate>Wed, 06 Dec 2006 13:46:56 -0600</pubDate>
    </item>
  </channel>
</rss>
