From ca1fdf8a55b7dce499bf11b3351a0fb38db7833d Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Thu, 28 Feb 2002 11:48:39 +0000 Subject: [PATCH] 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. --- sapi/cgi/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/cgi/config.m4 b/sapi/cgi/config.m4 index 29ffadb995..04519d404e 100644 --- a/sapi/cgi/config.m4 +++ b/sapi/cgi/config.m4 @@ -64,7 +64,7 @@ if test "$PHP_SAPI" = "cgi"; then fi 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 AC_MSG_CHECKING(for fhttpd module support) -- 2.50.1