Skip to content

feature required: support PCRE2 #320

@stdanley

Description

@stdanley

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions