Re: [PHP] PHP program running from shell ends silently [SOLVED]

2003-03-17 Thread Ruben
Thanks a lot Chris: 'memory_limit' is the responsible. I have done a couple of tests and AFAIK PHP shows no error at all when this limit is surpassed (I have error_reporting = E_ALL & ~E_NOTICE in php.ini). Ruben. Chris Hewitt wrote: Ruben wrote: I'm running a 'batch' PHP program from the she

Re: [PHP] PHP program running from shell ends silently

2003-03-17 Thread Chris Hewitt
Ruben wrote: I'm running a 'batch' PHP program from the shell with "#!/usr/bin/php -q" as the first line. After some processing, it ends silently without any visible notice or error. It processes information from a PostgreSQL database and shows its progression (via echoes) until it suddenly st

[PHP] PHP program running from shell ends silently

2003-03-17 Thread Ruben
Hi: I'm running a 'batch' PHP program from the shell with "#!/usr/bin/php -q" as the first line. After some processing, it ends silently without any visible notice or error. It processes information from a PostgreSQL database and shows its progression (via echoes) until it suddenly stops. This