<?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>Sat, 25 May 2013 02:24:24 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Chris Hartjes' Blog: PHPUnit Aborted Fix]]></title>
      <guid>http://www.phpdeveloper.org/news/17419</guid>
      <link>http://www.phpdeveloper.org/news/17419</link>
      <description><![CDATA[<p>
<i>Chris Hartjes</i> ran into an issue with hit unit tests where <a href="http://phpunit.de">PHPUnit</a> was throwing an "aborted" error no matter what tests were run. Thankfully, in <a href="http://www.littlehart.net/atthekeyboard/2012/01/17/phpunit-aborted-fix/">this new post</a>, he shares a solution.
</p>
<blockquote>
That was a pretty annoying bug. I never did find out what the problem was as I moved onto other problems and chalked that error up to some undiagnosed weirdness on that particular server. From time to time I would get asked on Twitter if I had ever solved the problem. My answer was always "no, and if you do solve it please let met know how you fixed it." Today, my friends, was the day.
</blockquote>
<p>
Based on a response from <a href="https://twitter.com/demiankatz">Demian Katz</a>, he was able to get around the issue with flag set on the PHPUnit command line - "-dzend.enable_gc=0". Apparently the issue has to do with <a href="https://bugs.php.net/bug.php?id=53976">garbage collection</a> and has been a known issue since the beginning of 2011.
</p>]]></description>
      <pubDate>Thu, 19 Jan 2012 11:16:53 -0600</pubDate>
    </item>
  </channel>
</rss>
