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

Update to PHPMailer 6.0 (PHP 7.3 support) #9818

Merged
merged 2 commits into from Feb 15, 2019
Merged

Conversation

felici
Copy link
Contributor

@felici felici commented Feb 13, 2019

PCRE is changed in PHP 7.3 which broke the email validation in PHPMailer 5.2 causing issues and it's also end-of-life since December 31st 2018.

More info here.

Please note

Please read this information carefully. You can run ./scripts/pre-commit.php to check your code before submitting.

Testers

If you would like to test this pull request then please run: ./scripts/github-apply <pr_id>, i.e ./scripts/github-apply 5926
After you are done testing, you can remove the changes with ./scripts/github-remove. If there are schema changes, you can ask on discord how to revert.

@murrant
Copy link
Member

murrant commented Feb 13, 2019

Looks good, need to test it to make sure it doesn't break anything.

Copy link
Member

@murrant murrant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@murrant murrant merged commit 942dc65 into librenms:master Feb 15, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants