sniper Thu Oct 30 20:30:00 2003 EDT
Modified files:
/php-src/sapi/cgi cgi_main.c
Log:
MFB
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.242 php-src/sapi/cgi/cgi_main.c:1.243
--- php-src/sapi/cgi/cgi_main.c:1.242 Thu Oct 16 22:21:26 2003
+++ php-src/sapi/cgi/cgi_main.c Thu Oct 30 20:29:59 2003
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cgi_main.c,v 1.242 2003/10/17 02:21:26 iliaa Exp $ */
+/* $Id: cgi_main.c,v 1.243 2003/10/31 01:29:59 sniper Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -544,7 +544,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