diff options
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 6eaf836887..a69541c158 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -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) { |