Skip to content

PCRE2 support - #2857

Closed
weltling wants to merge 45 commits into
php:masterfrom
weltling:pcre2
Closed

PCRE2 support#2857
weltling wants to merge 45 commits into
php:masterfrom
weltling:pcre2

Conversation

@weltling

@weltling weltling commented Oct 14, 2017

Copy link
Copy Markdown
Contributor

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
weltling force-pushed the pcre2 branch 4 times, most recently from 97eef17 to 66b8b81 Compare October 24, 2017 19:57
@weltling
weltling force-pushed the pcre2 branch 8 times, most recently from 8de4ca9 to b1d09e9 Compare November 2, 2017 18:29
@weltling
weltling force-pushed the pcre2 branch 3 times, most recently from 87bc915 to 8def498 Compare November 8, 2017 14:42
@weltling

Copy link
Copy Markdown
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