On 02/15/2018 06:53 PM, [email protected] wrote: > Author: ylavic > Date: Thu Feb 15 17:53:24 2018 > New Revision: 1824339 > > URL: http://svn.apache.org/viewvc?rev=1824339&view=rev > Log: > 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. > > > Modified: > httpd/httpd/trunk/CHANGES > httpd/httpd/trunk/include/ap_regex.h > httpd/httpd/trunk/server/core.c > httpd/httpd/trunk/server/util_pcre.c
Nitpick: Couldn't we replace strcasecmp with ap_cstr_casecmp? Regards RĂ¼diger
