View Single Post
Old 05-10-2004, 05:09 PM   #4 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
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.
bdl is offline   Reply With Quote