Hi,
Is it possible to use PHP's CLI on a linux box where the PHP software is not installed, but a pre-compiled PHP binary is available ?
I've tried this on a few linux boxes w/o PHP & it seems to work. Are there any issues regarding this ? I plan to use php scripts as a substitue for shell scripts. Do I need to ensure that the php software is installed on that particular system ? Or is the availability of a binary good enough ?