Niklas Edmundsson wrote: > On Thu, 26 Apr 2007, Jim Jagielski wrote: > >>>> I'm actually looking at removing the whole glob stuff >>>> and emulating it as regexes... >>> >>> Wouldn't apr_match_glob() be a better starting point? I don't really >>> see the point of going via regexes... >> >> I was thinking for 2.0.x compatibility... > > Wouldn't it be better to focus on 2.2.x and onwards? OK, there's a lot > of people still running 1.3 and 2.0, but that doesn't mean that we have > to make it run on all of them...
There's a well established group of 2.0 users out there (pre-ASF). We would all love to see them migrate entirely to 2.2 but that never happens overnight. I think the best solution is to either add apr_match_glob to apr 0.9 (no rule against it) or to clone it as match_glob.c which would devolve to nothing. Once this is merged in-tree (if that happens) - all of the version-specific stubs can go away. But I don't think we are quite at that point. Bill