Browse Source

MFB

PEAR_1_4DEV
foobar 23 years ago
parent
commit
b4c05a5068
  1. 2
      sapi/cgi/cgi_main.c

2
sapi/cgi/cgi_main.c

@ -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"

Loading…
Cancel
Save