ID:               41031
 Updated by:       [EMAIL PROTECTED]
 Reported By:      david at acz dot org
-Status:           Open
+Status:           Closed
 Bug Type:         Feature/Change Request
 Operating System: Linux
 PHP Version:      5.2.1
 New Comment:

Fixed in CVS. (CGI is always installed as php-cgi also in *nix)
And 'make install' installs CLI too, no need to do 'make install-cli'
anymore.


Previous Comments:
------------------------------------------------------------------------

[2007-04-09 22:12:31] david at acz dot org

Description:
------------
The following options would be helpful:

  --with-cgi-suffix=-cgi
  --with-cli-suffix=-cli

This would allow the CGI and CLI binaries to be installed at the same
time as is possible with other SAPIs:

  bin/php-cgi
  bin/php-cli

Only one of the two options is actually needed, but having both is
nice.

A workaround is available but messy:

  make install
  mv $PREFIX/bin/php $PREFIX/bin/php-cgi
  make install-cli




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41031&edit=1

Reply via email to