]> granicus.if.org Git - apache/commit
BZ 52623: Fix building against PCRE 8.30.
authorRainer Jung <rjung@apache.org>
Sat, 11 Feb 2012 22:45:37 +0000 (22:45 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 11 Feb 2012 22:45:37 +0000 (22:45 +0000)
commit04158048140ce34fdd7279124f1e50233adb78d2
treee3ce8cc07ef84ec5b8b7a8214651b28c9841b207
parent9a0981b88d8abd93730e63970f70c6d91c50040c
BZ 52623: Fix building against PCRE 8.30.

PCRE dropped support for pcre_info() which is
deprecated since a long time. Use pcre_fullinfo()
instead, which exists since version 3.0 of PCRE.

Patch provided by Ruediger Pluem.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243176 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/ap_regex.h
server/util_pcre.c