]> granicus.if.org Git - php/commitdiff
Fix "bug" #26039
authorfoobar <sniper@php.net>
Fri, 31 Oct 2003 01:28:11 +0000 (01:28 +0000)
committerfoobar <sniper@php.net>
Fri, 31 Oct 2003 01:28:11 +0000 (01:28 +0000)
sapi/cgi/cgi_main.c

index 953820a4f3b79315cd0b416432d2d496d3f0e5aa..22b34fa4122871cd34652b26b3ede8a122c4930e 100644 (file)
@@ -576,7 +576,7 @@ static void php_cgi_usage(char *argv0)
        php_printf("Usage: %s [-q] [-h] [-s] [-v] [-i] [-f <file>] \n"
                           "       %s <file> [args...]\n"
                           "  -a               Run interactively\n"
-#if PHP_FASTCGI
+#if PHP_FASTCGI && !defined(PHP_WIN32)
                           "  -b <address:port>|<port> Bind Path for external FASTCGI Server mode\n"
 #endif
                           "  -C               Do not chdir to the script's directory\n"