https://issues.apache.org/bugzilla/show_bug.cgi?id=56413
--- Comment #18 from Ruediger Pluem <[email protected]> --- Does the following patch fix your issue? Index: util_pcre.c =================================================================== --- util_pcre.c (revision 1612204) +++ util_pcre.c (working copy) @@ -125,7 +125,7 @@ const char *errorptr; int erroffset; int errcode = 0; - int options = PCRE_DUPNAMES; + int options = 0; if ((cflags & AP_REG_ICASE) != 0) options |= PCRE_CASELESS; -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
