You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
228 B

27 years ago
27 years ago
  1. /* Borrowed from Apache NT Port */
  2. #include "php.h"
  3. extern char *ap_php_optarg;
  4. extern int ap_php_optind;
  5. extern int ap_php_opterr;
  6. extern int ap_php_optopt;
  7. int ap_php_getopt(int argc, char* const *argv, const char *optstr);