views:

48

answers:

0

Hi. I have several cron jobs that I've set up on my GoDaddy hosting account through their control panel. The commands look like this:

/web/cgi-bin/php5 "$HOME/html/myfolder/cron_do_stuff.php"

The jobs runs as scheduled, and the scripts work perfectly, and the output from the scripts always gets sent to my email address. I would love a way to disable this (since the PHP script can send it's own emails if it's necessary). But my real question is about the output, which always contains this on the first line:

/web/cgi-bin/php5: Symbol `client_errors' has different size in shared object, consider re-linking

Looks like a server configuration error to me, and after talking with GoDaddy they said it's a benign warning and not to worry about it. I was just curious if anyone had ideas for fixing it.