Because of the api change, this module can't work with PCRE2 ,which nginx has already handled correctly, using macro NGX_PCRE2.
the problem is when nginx chooses PCRE2, configuration phase fails because the configuration script of this module relies on pcre_version , that function had been removed from pcre2, replaced with pcre2_config.
openresty has plan to support pcre2 in lua module officially?
Because of the api change, this module can't work with PCRE2 ,which nginx has already handled correctly, using macro NGX_PCRE2.
the problem is when nginx chooses PCRE2, configuration phase fails because the configuration script of this module relies on pcre_version , that function had been removed from pcre2, replaced with pcre2_config.
openresty has plan to support pcre2 in lua module officially?