Hi,
shouldn't the #error just a few lines below be updated as well, to be
more explicit than "too old" ?
CJ
Le 22/07/2014 21:29, [email protected] a écrit :
Author: rjung
Date: Tue Jul 22 19:29:08 2014
New Revision: 1612653
URL: http://svn.apache.org/r1612653
Log:
Clarify comment.
Modified:
httpd/httpd/trunk/server/util_pcre.c
Modified: httpd/httpd/trunk/server/util_pcre.c
URL:
http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_pcre.c?rev=1612653&r1=1612652&r2=1612653&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_pcre.c (original)
+++ httpd/httpd/trunk/server/util_pcre.c Tue Jul 22 19:29:08 2014
@@ -125,7 +125,7 @@ AP_DECLARE(int) ap_regcomp(ap_regex_t *
const char *errorptr;
int erroffset;
int errcode = 0;
- /* PCRE_DUPNAMES is only present in more recent versions of PCRE */
+ /* PCRE_DUPNAMES is only present since version 6.7 of PCRE */
#ifdef PCRE_DUPNAMES
int options = PCRE_DUPNAMES;
#else