Re: [PHP] Segmentation fault on PHP CLI

2007-08-10 Thread Richard Lynch
On Thu, August 9, 2007 8:43 am, Martin Marques wrote: > I have a script which I run from cron. I'm testing it directly from > the > console: > > /usr/bin/php -f /path/to/script.php > > The thing is: > > Script executes great, and everything it has to do gets done, but it > throughs a segmentatio

Re: [PHP] Segmentation fault on PHP CLI

2007-08-09 Thread Martin Marques
Stut wrote: Martin Marques wrote: I have a script which I run from cron. I'm testing it directly from the console: /usr/bin/php -f /path/to/script.php The thing is: Script executes great, and everything it has to do gets done, but it throughs a segmentation fault at the end. Is there any

Re: [PHP] Segmentation fault on PHP CLI

2007-08-09 Thread Stut
Martin Marques wrote: I have a script which I run from cron. I'm testing it directly from the console: /usr/bin/php -f /path/to/script.php The thing is: Script executes great, and everything it has to do gets done, but it throughs a segmentation fault at the end. Is there anyway to debug

[PHP] Segmentation fault on PHP CLI

2007-08-09 Thread Martin Marques
I have a script which I run from cron. I'm testing it directly from the console: /usr/bin/php -f /path/to/script.php The thing is: Script executes great, and everything it has to do gets done, but it throughs a segmentation fault at the end. Is there anyway to debug PHP CLI? I'm using php5