sniper          Thu Oct 30 20:28:12 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/sapi/cgi   cgi_main.c 
  Log:
  Fix "bug" #26039
  
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.190.2.50 php-src/sapi/cgi/cgi_main.c:1.190.2.51
--- php-src/sapi/cgi/cgi_main.c:1.190.2.50      Thu Oct 16 22:21:34 2003
+++ php-src/sapi/cgi/cgi_main.c Thu Oct 30 20:28:11 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: cgi_main.c,v 1.190.2.50 2003/10/17 02:21:34 iliaa Exp $ */
+/* $Id: cgi_main.c,v 1.190.2.51 2003/10/31 01:28:11 sniper Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -576,7 +576,7 @@
        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"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to