From: foobar Date: Fri, 31 Oct 2003 01:28:11 +0000 (+0000) Subject: Fix "bug" #26039 X-Git-Tag: php-4.3.5RC1~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1406239f9a9b8c42e8134930757df4467c1ee3ce;p=php Fix "bug" #26039 --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 953820a4f3..22b34fa412 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -576,7 +576,7 @@ static void php_cgi_usage(char *argv0) php_printf("Usage: %s [-q] [-h] [-s] [-v] [-i] [-f ] \n" " %s [args...]\n" " -a Run interactively\n" -#if PHP_FASTCGI +#if PHP_FASTCGI && !defined(PHP_WIN32) " -b | Bind Path for external FASTCGI Server mode\n" #endif " -C Do not chdir to the script's directory\n"