Re: php scripts dying in cron, runs fine in task scheduler (W2k3)

2006-01-07 Thread jd list
On 1/3/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: > jd list wrote: > > I'm running cygwin on W2K3 with php built into windows via the binary > > from php.net. > > > > I run php scripts, via cron, at freqent intervals, one is a simple > > data

php scripts dying in cron, runs fine in task scheduler (W2k3)

2006-01-03 Thread jd list
I'm running cygwin on W2K3 with php built into windows via the binary from php.net. I run php scripts, via cron, at freqent intervals, one is a simple database script that copies data from a back-end database to a front-end database, which has been running fine within cron for many many months. -