Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCRE2 support #2857

Closed
wants to merge 45 commits into from
Closed

PCRE2 support #2857

wants to merge 45 commits into from

Conversation

weltling
Copy link
Contributor

@weltling weltling commented Oct 14, 2017

The goal is to switch to PCRE2 in the core. Things done so far

  • patched for PCRE2 support in ext/pcre and dependent core exts
  • hidden pcre_cache_entry, motivation - there's a lot to be changed in the future that needs flexibility
  • pcre_extra is gone
  • some signatures changed
  • GINIT/GSHUTDOWN is used instead of RINIT/RSHUTDOWN for initializations, might change in the future
  • RINIT is still used for check whether the context initialization is ok

See http://pcre.org/current/doc/html/pcre2api.html for the PCRE2 API details.

The RFC for this change https://wiki.php.net/rfc/pcre2-migration.

Thanks.

@weltling
Copy link
Contributor Author

Merged with master as a5bc5ae.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants