Install both PHP as CLI and CGI at the same time?
Hi,I have already installed the CLI version of PHP on my server but I would also like to have the CGI version installed. How can I install both at the same time that is have something like this after installation:
{PREFIX}/bin/php <-- CLI version
{PREFIX}/bin/php-cgi
Thanks.