Page 1 of 1

Error Output for Cron tasks

Posted: Tue May 24, 2005 4:00 am
by anjanesh
If I add a cron task which is a PHP script that has error_reporting(E_ALL) - where do the errors get output and how do I get it to output warnings, notices and error to my mail without changing php.ini ?

Which parameters in ini_set() ?

Thanks

Posted: Tue May 24, 2005 6:38 am
by John Cartwright
You can always check your errorr log, or create your own error handling class?