commit | 57c4a825e5e45a57264b4631c81346b49c0d766a | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sat Dec 25 01:07:16 2021 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sat Dec 25 01:07:16 2021 +0300 |
tree | 546ca4eff7cdd6918e2efb5283eb60c96c0f30c5 | |
parent | 4e6581b231f2fc49f6a7f5e72b0eb17408997958 [diff] |
PCRE2 and PCRE binary compatibility. With this change, dynamic modules using nginx regex interface can be used regardless of the variant of the PCRE library nginx was compiled with. If a module is compiled with different PCRE library variant, in case of ngx_regex_exec() errors it will report wrong function name in error messages. This is believed to be tolerable, given that fixing this will require interface changes.