From: Edin Kadribasic Date: Thu, 28 Feb 2002 11:48:39 +0000 (+0000) Subject: Default name of CGI binary changed to php-cgi. X-Git-Tag: php-4.2.0RC1~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca1fdf8a55b7dce499bf11b3351a0fb38db7833d;p=php 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. --- 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)