Quote:
Originally posted by idx
In addition to cron, I believe you'll need a php version that's compiled as CLI binary. (not just an apache module) Otherwise you'll have nothing to run it with.
-r
|
Yes and no. In my experience, the PHP binary exists regardless of whether or not you install PHP as an apache module or standalone CGI. If you can 'see' the php executable in your PATH (or /usr/local/php/bin/php, wherever your php installation is) then you can use that binary in your shell script.