Memcached + PHP Cli

View: New views
1 Messages — Rating Filter:   Alert me  

Memcached + PHP Cli

by SgtSlaughter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Memcached seems to work fine, but when I create a cron job to execute a php script using memcached, it complains about not findin the Memcache class. The cron job is simply a "php /var/www/schedule.php salt /var/www/schedule.log"

I tested that it was indeed the CLI by executing the same command in SSH and I get the same error.

How can I fix this?