Am 08.06.26 um 23:19 schrieb Christopher Schultz:
All,
It looks like mod_jk ships a copy of the PCRE library in source form to
be used inside of Microsoft IIS. It's using PCREv1 8.45 which is the
"latest version" of a library that was abandoned over 10 years ago.
Is anyone interested in looking into upgrading mod_jk's use of PCRE to
PCREv2?
(Related, the NOTICE file points the reader to the missing iis/pcre/
LICENSE file.)
I think it is a valuable goal. Probably looking at server/util_pcre.c in
the httpd source code (branch 2.4.x or even trunk) helps, because it is
likely the origin of our implementations of the ap_reg*() functions in
iis/jk_isapi_plugin.c. The httpd source files use defines to keep the
code compatible with PCRE(1) and PCRE2. We don't need to, but having t
there makes it easier to compare old and new code.
We would also need to check, whether we can still build PCRE2 on Windows
nicely. I think it was done with VisualStudio and PCRE2 still supports
it but I didn't try.
Best regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]