Re: [PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-04 Thread Richard Lynch
On Wed, October 4, 2006 3:25 am, Richard Quadling wrote: > On 04/10/06, Roland Schwingel <[EMAIL PROTECTED]> wrote: > >> I tried the "AT" thingy also, but I am not very confident about >> errorlogging and it opens up an IMHO too big difference in Windows >> and Unix handling of my app's installatio

Re: [PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-04 Thread Richard Quadling
On 04/10/06, Roland Schwingel <[EMAIL PROTECTED]> wrote: I tried the "AT" thingy also, but I am not very confident about errorlogging and it opens up an IMHO too big difference in Windows and Unix handling of my app's installation and maintenance process, so I think I will give my cron solution

Re: [PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-04 Thread Roland Schwingel
Hi Richard, Richard Lynch schrieb: On Mon, October 2, 2006 8:59 am, Roland Schwingel wrote: I love cron, but I am mainly (85%) on windows with my apps and want to have a simple and easy setup and not a bunch of applications/services to install. There is just the apache service bringing in php a

Re: [PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-02 Thread Richard Lynch
On Mon, October 2, 2006 8:59 am, Roland Schwingel wrote: > I love cron, but I am mainly (85%) on windows with my apps and > want to have a simple and easy setup and not a bunch of > applications/services to install. There is just the apache service > bringing in php and my pecl. All other solutions

[PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-02 Thread Roland Schwingel
Hi Sara... Thanks for your reply... Sara Golemon schrieb: For several reasons I need to call a php script every x minutes. I need that on several platforms so I started to write a pecl extension that implements something like a cron service. Why not cron then? I love cron, but I am mainly (8

[PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-09-29 Thread Sara Golemon
> For several reasons I need to call a php script every x minutes. > I need that on several platforms so I started to write a pecl > extension that implements something like a cron service. > Why not cron then? > Obviously I miss something in initing php, because php > crashes in main/streams/stre