? Error

User tests: Successful: Unsuccessful:

avatar sone12
sone12
5 Nov 2014

Line 420, Replaced the word "Hacked" with "Modified". The word "Hacked" can somtimes give warnings in tools made for searching if website is hacked.

avatar sone12 sone12 - open - 5 Nov 2014
avatar jissues-bot jissues-bot - change - 5 Nov 2014
Labels Added: ?
avatar Bakual
Bakual - comment - 5 Nov 2014

This has been fixed in the source repo already with PHPMailer/PHPMailer@9bbeb39 and fixed in v5.2.9

So we would just need an update for Phpmailer (currently it's 5.2.8).

avatar wilsonge
wilsonge - comment - 5 Nov 2014

See #4997

avatar Bakual
Bakual - comment - 5 Nov 2014

PHPMailer goes from 2.5.8 -> 2.5.9
Major changes according to their release post on GitHub (https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.9)

Major changes:
• The autoloader is no longer autoloaded automatically, and the PHPMailer class does not require the SMTP class explicitly, so you must either load the autoloader yourself (as all the docs and examples have done for the last year), or load the SMTP class yourself. This fixes the inability to substitute your own SMTP subclass, and also improves interoperability with other autoloaders.
• Support for data-uri images
• Debug output handling improved in SMTP
• You can now supply your own callable for debug output
• Avoid PCRE infinite recursion in some PCRE versions
• Consistency improvements
• Cleaned up example code See the changelog for more details.

PHPMailer/PHPMailer@v5.2.8...v5.2.9


Yaml goes from 2.5.5 -> 2.5.6. The changes for Yaml seem to be quite minimal :smile:
symfony/Yaml@v2.5.5...v2.5.6

avatar Bakual
Bakual - comment - 5 Nov 2014

Closing in favor of Georges PR. Thanks for bringing that up!

avatar Bakual Bakual - close - 5 Nov 2014
avatar Bakual Bakual - change - 5 Nov 2014
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2014-11-05 17:38:13

Add a Comment

Login with GitHub to post a comment