diff options
author | Edin Kadribasic <edink@php.net> | 2002-02-28 11:48:39 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2002-02-28 11:48:39 +0000 |
commit | ca1fdf8a55b7dce499bf11b3351a0fb38db7833d (patch) | |
tree | 046a5f2e7736d59dfcc68f3ac98dc9198920908f /sapi/cgi | |
parent | e389c3131593aec95372367100f26f97e0225829 (diff) | |
download | php-git-ca1fdf8a55b7dce499bf11b3351a0fb38db7833d.tar.gz |
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.
Diffstat (limited to 'sapi/cgi')
-rw-r--r-- | sapi/cgi/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |