| |||
try this There are 3 different versions of php. php as a apache module php-cli php-cgi. The one you want is php-cli (command line interface), which probably isn't compiled with curl support in your case. A way around is to use wget. * * * * * wget -bq -o /dev/null http://www.yoursite.com/script.php >/dev/null 2>&1 |