mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
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:
parent
e389c31315
commit
ca1fdf8a55
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue