https://issues.apache.org/bugzilla/show_bug.cgi?id=52623
--- Comment #1 from Oden Eriksson <[email protected]> 2012-02-08 07:23:10 UTC --- This might be the correct fix: --- server/util_pcre.c 2005-11-10 16:20:05.000000000 +0100 +++ server/util_pcre.c.oden 2012-02-07 10:47:42.382844294 +0100 @@ -137,7 +137,7 @@ preg->re_erroffset = erroffset; if (preg->re_pcre == NULL) return AP_REG_INVARG; -preg->re_nsub = pcre_info((const pcre *)preg->re_pcre, NULL, NULL); +preg->re_nsub = pcre_fullinfo((const pcre *)preg->re_pcre, NULL, NULL, NULL); return 0; } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
