Apache uses PCRE for a few regexp operations, but external modules which
try to use other symbols (such as get_substring) el-kabong because Apache
isn't importing it.

So, should:

a) all these modules be linking in all of the PCRE symbols into themselves

or

b) Apache include PCRE symbols as part of the exports.c 'hack' variables.


I personally prefer 'b'.

-- Jon

Reply via email to