panique / huge

Simple user-authentication solution, embedded into a small framework.
2.14k stars 788 forks source link

Upgrade PHPMailer to v6.0 #877

Closed sr-verde closed 5 years ago

sr-verde commented 5 years ago

PHPMailer 5.2 won't get any security updates anymore (since December):

https://github.com/PHPMailer/PHPMailer#user-content-legacy-versions

I have upgraded PHPMailer to version 6, that does also support PHP 5.5 (like HUGE).

sr-verde commented 5 years ago

Don't get why hhvm fails, but should not caused by my changes.

panique commented 5 years ago

Thanks, that's perfect! And thanks too for having an eye on these kind of security issues :)

sr-verde commented 5 years ago

Thanks for merging! This should also be tagged as Release 3.1.1 since it is a security relevant issue, should'nt it?