Default name of CGI binary changed to php-cgi.

# Please note that this only applies when installing php with
# make install. The binary is still built as "php" in top build dir.
This commit is contained in:
Edin Kadribasic 2002-02-28 11:48:39 +00:00
parent e389c31315
commit ca1fdf8a55

View file

@ -64,7 +64,7 @@ if test "$PHP_SAPI" = "cgi"; then
fi fi
if test "$PHP_SAPI" = "cgi" ; then if test "$PHP_SAPI" = "cgi" ; then
INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_PROGRAM \$(INSTALL_ROOT)\$(bindir)/$SAPI_CGI" INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_PROGRAM \$(INSTALL_ROOT)\$(bindir)/php-cgi"
fi fi
AC_MSG_CHECKING(for fhttpd module support) AC_MSG_CHECKING(for fhttpd module support)