]> granicus.if.org Git - apache/commit
BZ 52623: Fix building against PCRE 8.30.
authorRainer Jung <rjung@apache.org>
Sat, 11 Feb 2012 23:00:36 +0000 (23:00 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 11 Feb 2012 23:00:36 +0000 (23:00 +0000)
commit85e11dedc109285e715203adbfe0362bf5d926f8
tree854f3951afd2f68dd318f2abc1d877877e51f25a
parentb7c700d28506c002e65e3639b8dfe8bf98299733
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.

Backport of r1243176 from trunk.

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