Error Output for Cron tasks

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Error Output for Cron tasks

Post 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
Last edited by anjanesh on Tue May 24, 2005 7:41 am, edited 2 times in total.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

You can always check your errorr log, or create your own error handling class?
Post Reply