> I have had the same problem in some debian installations.
> As far as I investigaed, it possibly has to deal with the TERM
> parameter but finally I did solve the problem installing also a
> copiled version of PHP an calling it like:
> 
>         * * * * * php /var/www/path/to/script.php

This might be more useful:
    * * * * * php -q /var/www/path/to/script.php

It surpresses those HTML headers that you propably don't want in shell mode.

lenar.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to