1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00

fix parameter string (-R & -H)

This commit is contained in:
Marcus Boerger
2003-02-15 15:20:17 +00:00
parent 1b79da954c
commit ecaeb3004a

View File

@@ -87,7 +87,7 @@
extern char *ap_php_optarg;
extern int ap_php_optind;
#define OPTSTRING "aB:Cc:d:E:eF:f:g:hilmnqRH:r:sw?vz"
#define OPTSTRING "aB:Cc:d:E:eF:f:g:hilmnqR:Hr:sw?vz"
static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC)
{