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