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

Please port to PCRE 2 #51

Closed
scaronni opened this issue Mar 31, 2023 · 1 comment
Closed

Please port to PCRE 2 #51

scaronni opened this issue Mar 31, 2023 · 1 comment

Comments

@scaronni
Copy link

As stated in the webpage: https://www.pcre.org/

There are two major versions of the PCRE library. The current version, PCRE2, released in 2015, is now at version 10.39.

The older, but still widely deployed PCRE library, originally released in 1997, is at version 8.45. This version of PCRE is now at end of life, and is no longer being actively maintained. Version 8.45 is expected to be the final release of the older PCRE library, and new projects should use PCRE2 instead.

And

You can download the current release of the PCRE2 library from its official home on GitHub: https://github.com/PhilipHazel/pcre2/releases

You can also download PCRE2 or the older, unmaintained PCRE library from an unofficial mirror at SourceForge: https://sourceforge.net/projects/pcre/files/

There is currently no EOL distribution that is not carrying PCRE2 (rolling or enterprise distributions). PCRE is starting to be removed from recent distributions.

@scaronni
Copy link
Author

I tried the latest snapshots and it links correctly to PCRE2. Is there anything else to do on this regard?

Otherwise this issue can be closed.

Thanks!

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

No branches or pull requests

2 participants