https://issues.apache.org/bugzilla/show_bug.cgi?id=56413
--- Comment #19 from Benji Taylor <[email protected]> --- I just tested the above patch: 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; This does fix the issue and corrects any of the above mentioned pcre issues. 2.4.10 starts without issue now. -- 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]
