]> granicus.if.org Git - php/commitdiff
MFB
authorfoobar <sniper@php.net>
Fri, 31 Oct 2003 01:29:59 +0000 (01:29 +0000)
committerfoobar <sniper@php.net>
Fri, 31 Oct 2003 01:29:59 +0000 (01:29 +0000)
sapi/cgi/cgi_main.c

index ff332fe09f0c912f66ecc58ae2fc481362e7317c..2f0a6452742adc1b93cf7b70cb69298f34e458f5 100644 (file)
@@ -544,7 +544,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"