<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/1.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/1.0.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/0.10.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/0.10.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/0.10.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/0.10.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/0.9.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/0.9.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/0.9.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/System_Daemon/download/0.8.1/"/>
</rdf:Seq>
</items>

<title>Latest releases of system_daemon</title>
<description>The latest releases for the package system_daemon</description>
</channel>

<item rdf:about="http://pear.php.net/package/System_Daemon/download/1.0.0/">
 <title>System_Daemon 1.0.0</title>
 <link>http://pear.php.net/package/System_Daemon/download/1.0.0/</link>
 <content:encoded>System_Daemon v1.0.0 &lt;br /&gt;
 * Solve E_STRICT warnings and avoid errors thrown (but ignored) by autoloader, setOption and getDatadir. Fixes #18677&lt;br /&gt;
 * Better handling of non-existing replacement vars.&lt;br /&gt;
 * Adding log alert function as requested in #19101&lt;br /&gt;
 * Use sleep vs usleep depending on input. Fixes #19121&lt;br /&gt;
 * Added System_Daemon_OS driver for Arch Linux and template for Arch's rc.d script&lt;br /&gt;
 * Removed System_Daemon_OS driver for BSD, No support in this release&lt;br /&gt;
 * Added &quot;status&quot; argument to init.d Debian script&lt;br /&gt;
 * Removed &quot;--name $NAME&quot; due to debian Lenny can't handle names longer than 15 characters&lt;br /&gt;
 * Return original string if unable to replace var between { and }. Fixes #18561 where json was being printed&lt;br /&gt;
 * Added warning about caps &amp; long appNames. Those cause restarting issues
 </content:encoded>
 <dc:date>2012-03-13T12:29:51-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/System_Daemon/download/1.0.0RC1/">
 <title>System_Daemon 1.0.0RC1</title>
 <link>http://pear.php.net/package/System_Daemon/download/1.0.0RC1/</link>
 <content:encoded>System_Daemon v1.0.0-RC1 &lt;br /&gt;
 * Added garbage collection&lt;br /&gt;
 * Plugged memory leak caused by file_get_contents! Implemented fread() replacement wherever it can be called a million times. Fixes #18031. Thanks for reporting krzysztof&lt;br /&gt;
 * Added example to test for memory leaks&lt;br /&gt;
 * Adding ability to iterate for intervals less than 1 second.&lt;br /&gt;
 * Export correct homedir. Fixes #17600 thanks to Markus Noren&lt;br /&gt;
 * Fixed permission issue. Fileowner should be Filegroup. Thanks Tom Dexter!&lt;br /&gt;
 * Fixed other minor bugs
 </content:encoded>
 <dc:date>2011-02-16T15:34:49-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/System_Daemon/download/0.10.3/">
 <title>System_Daemon 0.10.3</title>
 <link>http://pear.php.net/package/System_Daemon/download/0.10.3/</link>
 <content:encoded>System_Daemon v0.10.3-beta &lt;br /&gt;
 * Increased PHP5.3 Compatibility&lt;br /&gt;
 * Initialize options when needed. Fixes #17296&lt;br /&gt;
 * Newlines were accidentally single quoted (thanks Chris Sternal-Johnson)
 </content:encoded>
 <dc:date>2010-05-04T13:10:51-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/System_Daemon/download/0.10.2/">
 <title>System_Daemon 0.10.2</title>
 <link>http://pear.php.net/package/System_Daemon/download/0.10.2/</link>
 <content:encoded>System_Daemon v0.10.2-beta &lt;br /&gt;
 * Improvements to signal handling &amp; additional example of how to use them. Thanks to Austin Bis &amp; Gareth McCumskey. Fixes #17224&lt;br /&gt;
 * Be even more gentile while addressing signals.&lt;br /&gt;
 * Use intval around uids &amp; gids. Fixes #17216&lt;br /&gt;
 * Fixed bug that results in warnings as autoload is used before another autload
 </content:encoded>
 <dc:date>2010-03-15T20:37:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/System_Daemon/download/0.10.1/">
 <title>System_Daemon 0.10.1</title>
 <link>http://pear.php.net/package/System_Daemon/download/0.10.1/</link>
 <content:encoded>System_Daemon v0.10.1-beta &lt;br /&gt;
 * No longer throws Exceptions for log events&lt;br /&gt;
 * Reduced code verbosity&lt;br /&gt;
 * Smarter logging methods like: System_Daemon::err('Error %s caused by %s', $msg, $offender);&lt;br /&gt;
 * Set defaults for all options, even if they are not required&lt;br /&gt;
 * More consistent logging messages by System_Daemon itself&lt;br /&gt;
 * Implemented all POSIX SIGNALS&lt;br /&gt;
 * Improved PHP originated error handling&lt;br /&gt;
 * Fixed a number of bugs&lt;br /&gt;
 * More robust _die handling&lt;br /&gt;
 * Better feedback on identity change
 </content:encoded>
 <dc:date>2010-02-24T13:22:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/System_Daemon/download/0.10.0/">
 <title>System_Daemon 0.10.0</title>
 <link>http://pear.php.net/package/System_Daemon/download/0.10.0/</link>
 <content:encoded>System_Daemon v0.9.3-beta &lt;br /&gt;
 * Pack and release r235 as 0.9.2-beta&lt;br /&gt;
 * Increased PHP 5.3 compatibility
 </content:encoded>
 <dc:date>2010-02-24T03:15:50-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/System_Daemon/download/0.9.2/">
 <title>System_Daemon 0.9.2</title>
 <link>http://pear.php.net/package/System_Daemon/download/0.9.2/</link>
 <content:encoded>System_Daemon 0.9.2-beta 2009-09-02 Kevin van Zonneveld &lt;kevin@vanzonneveld.net&gt;&lt;br /&gt;
 * Pack and release r235 as 0.9.2-beta&lt;br /&gt;
 * Increased PHP 5.3 compatibility
 </content:encoded>
 <dc:date>2009-09-02T18:09:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/System_Daemon/download/0.9.1/">
 <title>System_Daemon 0.9.1</title>
 <link>http://pear.php.net/package/System_Daemon/download/0.9.1/</link>
 <content:encoded>System_Daemon 0.9.1-beta 2009-08-11 Kevin van Zonneveld &lt;kevin@vanzonneveld.net&gt;&lt;br /&gt;
 * Pack and release r233 as 0.9.1-beta&lt;br /&gt;
 * Fixed bug: Strange behaviour (#16511) (thanks: John Jackson)
 </content:encoded>
 <dc:date>2009-08-11T01:12:34-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/System_Daemon/download/0.9.0/">
 <title>System_Daemon 0.9.0</title>
 <link>http://pear.php.net/package/System_Daemon/download/0.9.0/</link>
 <content:encoded>System_Daemon 0.9.0-beta 2009-08-10 Kevin van Zonneveld &lt;kevin@vanzonneveld.net&gt;&lt;br /&gt;
 * Pack and release r231 as 0.9.0-beta&lt;br /&gt;
 * PHP 5.3 compatibility&lt;br /&gt;
 * Fixed bug: Unable to have unequal UID &amp; GID (thanks: Travis Austin)&lt;br /&gt;
 * Fixed bug: Daemon cannot be killed when not writing to log (#16500) (thanks: John Jackson)
 </content:encoded>
 <dc:date>2009-08-10T16:52:35-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/System_Daemon/download/0.8.1/">
 <title>System_Daemon 0.8.1</title>
 <link>http://pear.php.net/package/System_Daemon/download/0.8.1/</link>
 <content:encoded>System_Daemon 0.8.1-alpha 2009-05-08 Kevin van Zonneveld &lt;kevin@vanzonneveld.net&gt;&lt;br /&gt;
 * Pack and release r219 as 0.8.1-alpha&lt;br /&gt;
 * fix bug: usleep should be sleep
 </content:encoded>
 <dc:date>2009-05-08T00:43:21-05:00</dc:date>
</item>

</rdf:RDF>