<?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>Thu, 04 Dec 2008 13:02:59 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Eirik Hoem's Blog: Dying with grace - PHP's register_shutdown_function]]></title>
      <guid>http://www.phpdeveloper.org/news/9808</guid>
      <link>http://www.phpdeveloper.org/news/9808</link>
      <description><![CDATA[<p>
<i>Eirik Hoem</i> has <a href="http://eirikhoem.wordpress.com/2008/03/15/dying-with-grace-phps-register_shutdown_function/">posted a new look</a> at a function that can be amazingly helpful when you have a script with issues that needs a little extra help cleaning up after itself - <a href="http://no2.php.net/register_shutdown_function">register_shutdown_function</a>.
</p>
<blockquote>
Scripts tend to die, and that's not usually nice. We do not want to show the user a fatal error nor a blank page (display errors off) . PHP has a function called <a href="http://no2.php.net/register_shutdown_function">register_shutdown_function</a> which lets us set up a function which is called at execution shutdown. What this means is that our function will be executed when our script is done executing / dying and PHP execution is about to shut down.
</blockquote>
<p>
He <a href="http://eirikhoem.wordpress.com/2008/03/15/dying-with-grace-phps-register_shutdown_function/">suggests</a> various things that can be done with the functionality, including checking for successful script execution (via a false variable that can be checked for success).
</p>]]></description>
      <pubDate>Mon, 17 Mar 2008 12:02:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ilia Alshanetsky's Blog: PHP 5.2.0 RC3 Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/6190</guid>
      <link>http://www.phpdeveloper.org/news/6190</link>
      <description><![CDATA[<p>
<i>Ilia Alshanetsky</i> <a href="http://ilia.ws/archives/125-PHP-5.2.0-RC3-Released!.html">has posted</a> about the release of the latest release candidate for the upcoming PHP version, 5.2 - PHP 5.2.0 RC3.
</p>
<blockquote>
The third and possibly the final release candidate of PHP 5.2.0 is now available for download. The number of changes are fairly small, which is always good when nearing the final release, but there were 2 important fixes that need attention.
</blockquote>
<p>
He <a href="http://ilia.ws/archives/125-PHP-5.2.0-RC3-Released!.html">notes that</a> there are only really two major issues that need to be addressed before the final release and are included in this release candidate - a memory corruption issue and a problem in the session shutdown order.
</p>
<p>
You can download this release now: <a href="http://downloads.php.net/ilia/php-5.2.0RC3.tar.bz2">Bzipped file</a> || <a href="http://downloads.php.net/ilia/php-5.2.0RC3.tar.gz">Gzipped file</a>.
</p>]]></description>
      <pubDate>Fri, 01 Sep 2006 14:10:34 -0500</pubDate>
    </item>
  </channel>
</rss>
