Re: [PEAR] [ANNOUNCEMENT] System_Daemon- (alpha) Released.
[email protected] ("Daniel O'Connor")
| Newsgroups | php.pear.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Subject lines look a bit funky - is this regression or just a funny package.xml? On Sun, Feb 15, 2009 at 11:33 PM, PEAR Announce <[email protected]>wrote: > The new PEAR package System_Daemon- (alpha) has been released at > http://pear.php.net/. > > Release notes > ------------- > System_Daemon 0.6.7-alpha 2009-02-10 Kevin van Zonneveld < > [email protected]> > * Pack and release r179 as 0.6.7-alpha > * fixed request #15895: Added RedHat support (thanks to Igor Feghali) > * fixed bug #15894 getAutoRunTemplate reads wrong path (thanks to Igor > Feghali) > > Package Info > ------------ > System_Daemon is a PHP class that allows developers to create their own > daemon > applications on Linux systems. The class is focussed entirely on creating & > spawning standalone daemons, and for example includes: > > 1. Methods to generate OS-specific startup-files (init.d) (currently only > Debian/Ubuntu are supported), so that your application gets started on > reboot as well. > 2. Methods for logging purposes, also support for PEAR's Log package > 3. Simple syntax > 5. Can run with or without PEAR (PEAR adds more elegance & functionality, > no-PEAR offers functionality like including system_daemon with > svn:externals > and reduced dependencies) > 6. Default signal handlers, but optionally reroute signals to your own > handlers. > 7. Set options like max RAM usage > > Related Links > ------------- > Package home: http://pear.php.net/package/System_Daemon > Changelog: http://pear.php.net/package/System_Daemon/download/ > Download: http://download.pear.php.net/package/System_Daemon-0.6.7.tgz > > Authors > ------- > Kevin van Zonneveld <[email protected]> (lead) > > > -- > PEAR General Mailing List (http://pear.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >