[PHP] detect a script crash

2010-07-02 Thread Ashley Sheridan
Hi all, Bit of a curve ball here (at least I couldn't find anything on Google yet) but I need a way to be able to detect if a particular php script crashes and generate some form of report from it. Here is the system setup: CentOS system, with the PHP scripts running as CLI called from a bash

Re: [PHP] detect a script crash

2010-07-02 Thread Ashley Sheridan
On Fri, 2010-07-02 at 11:51 +0100, Ashley Sheridan wrote: Hi all, Bit of a curve ball here (at least I couldn't find anything on Google yet) but I need a way to be able to detect if a particular php script crashes and generate some form of report from it. Here is the system setup: