]> git.pld-linux.org Git - packages/apache.git/blame - pcre8.30.patch
- up to 2.4.59
[packages/apache.git] / pcre8.30.patch
CommitLineData
4784a3b0
AF
1--- httpd-2.2.22/server/util_pcre.c.wiget 2012-03-29 08:50:30.426713350 +0200
2+++ httpd-2.2.22/server/util_pcre.c 2012-03-29 08:52:34.946711295 +0200
3@@ -137,7 +137,7 @@ preg->re_erroffset = erroffset;
4
5 if (preg->re_pcre == NULL) return AP_REG_INVARG;
6
7-preg->re_nsub = pcre_info((const pcre *)preg->re_pcre, NULL, NULL);
8+pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, &(preg->re_nsub));
9 return 0;
10 }
11
This page took 0.156847 seconds and 4 git commands to generate.