Does the Tenon PHP distribution include PHP as an executable, that is,
not only as an Apache module, but an executable image that can be
invoked from the command line and/or from a cron script? If so, where is
it? If not, can it be built from the supplied data, or does one have to
build it oneself?
I quote from http://www.php.net/manual/en/commandline.php:
> To build the php exuecutable, you must run
> configure *without* the '--with-apxs' option.
> That option causes 'make' to build an apache
> module. I built php twice, once with '--with-apxs'
> to build the apache module, and once without.
> After compiling without, I copied the file 'php'
> to a system bin directory (e.g., '/usr/local/bin').
/ Peter Bengtson
|