]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
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)
commit95f6789147f624c98e35ff4c51edf3af2d7b3f43
treee3ce8cc07ef84ec5b8b7a8214651b28c9841b207
parentd215d8650aa4dbfaeeb85c8f19099796fab6897b
Fix building against PCRE 8.30.

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

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