You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/02/08 08:23:10 UTC

DO NOT REPLY [Bug 52623] does not build with pcre-8.30

https://issues.apache.org/bugzilla/show_bug.cgi?id=52623

--- Comment #1 from Oden Eriksson <oe...@mandriva.com> 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org