Skip to content

Commit ecaeb30

Browse files
committed
fix parameter string (-R & -H)
1 parent 1b79da9 commit ecaeb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/php_cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
extern char *ap_php_optarg;
8888
extern int ap_php_optind;
8989

90-
#define OPTSTRING "aB:Cc:d:E:eF:f:g:hilmnqRH:r:sw?vz"
90+
#define OPTSTRING "aB:Cc:d:E:eF:f:g:hilmnqR:Hr:sw?vz"
9191

9292
static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC)
9393
{

0 commit comments

Comments
 (0)