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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user