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

Incompatible regex with PHP 7.3 #68

Closed
mareeo opened this issue Jan 21, 2019 · 3 comments
Closed

Incompatible regex with PHP 7.3 #68

mareeo opened this issue Jan 21, 2019 · 3 comments

Comments

@mareeo
Copy link

mareeo commented Jan 21, 2019

PHP 7.3 upgrade PCRE to PCRE 2, causing it to be more strict with character ranges. There are two instances of regex which throw the following error in PHP 7.3: "Compilation failed: invalid range in character class at offset 5"

@mareeo
Copy link
Author

mareeo commented Jan 21, 2019

PR submitted: #69

@storeman
Copy link

Is there a release expected with this fix?

@derickr
Copy link
Member

derickr commented Oct 17, 2019

@storeman I had forgotten, but i've just created 1.8.4: https://packagist.org/packages/zetacomponents/mail#1.8.4

@derickr derickr closed this as completed Oct 17, 2019
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

3 participants