]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
regex: Allow to configure global/default options for regexes.
authorYann Ylavic <ylavic@apache.org>
Thu, 15 Feb 2018 17:53:24 +0000 (17:53 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 15 Feb 2018 17:53:24 +0000 (17:53 +0000)
commit2c21956d95fae9812e6307aff6a021eb2cb63898
tree96300fbb22f454bd8e51969290024ad6e5a8ebc0
parent4603595e1c07d0ad659f020bbd5071e48c955d91
regex: Allow to configure global/default options for regexes.

Like caseless matching or extended format, which may be useful as default
behaviour the whole configuration.

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