Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#51874 closed task (blessed) (fixed)

Update PHPMailer library to 6.2.0

Reported by: jrf's profile jrf Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.6 Priority: normal
Severity: normal Version: 5.7
Component: External Libraries Keywords: php8 has-patch commit dev-reviewed
Focuses: Cc:

Description

PHPMailer 6.2.0 has just been released and includes a small fix for PHP 8 compatibility.

The version included with WP should be updated.

Full details:

Previously: #51502 (6.1.8), #51311 (6.1.7)

Attachments (1)

51874.patch (12.9 KB) - added by ayeshrajans 4 years ago.
Tests: https://travis-ci.com/github/Ayesh/wordpress-develop/builds/204326555. Similar to the previous updates, we keep three hunks where we force-ignore phpcs checks. This patch updates to the the otherwise identical copy from upstream 6.2.0 tag.

Download all attachments as: .zip

Change History (9)

This ticket was mentioned in Slack in #core-php by hellofromtonya. View the logs.


4 years ago

@ayeshrajans
4 years ago

Tests: https://travis-ci.com/github/Ayesh/wordpress-develop/builds/204326555. Similar to the previous updates, we keep three hunks where we force-ignore phpcs checks. This patch updates to the the otherwise identical copy from upstream 6.2.0 tag.

#3 @jrf
4 years ago

Oh and what I nearly forgot to say: thanks @ayeshrajans for the quick turn around on getting a patch ready for this!

#4 @hellofromTonya
4 years ago

  • Keywords dev-feedback added

Adding the dev-feedback keyword so this ticket shows up in the "Commit Candidates which need Dev Review" section on Next Major Release, Workflow Oriented report.

#5 @SergeyBiryukov
4 years ago

  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#6 @SergeyBiryukov
4 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 49713:

External Libraries: Upgrade PHPMailer to version 6.2.0.

For a full list of changes in this update, see the PHPMailer GitHub:
https://github.com/PHPMailer/PHPMailer/compare/v6.1.8...v6.2.0

Props ayeshrajans, jrf.
Fixes #51874.

#7 @SergeyBiryukov
4 years ago

  • Keywords dev-reviewed added; dev-feedback removed
  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopening for backporting to the 5.6 branch.

Marking as dev-reviewed, as there is already another committer's review in comment:2.

#8 @SergeyBiryukov
4 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 49714:

External Libraries: Upgrade PHPMailer to version 6.2.0.

For a full list of changes in this update, see the PHPMailer GitHub:
https://github.com/PHPMailer/PHPMailer/compare/v6.1.8...v6.2.0

Props ayeshrajans, jrf.
Reviewed by jrf, SergeyBiryukov.
Merges [49713] to the 5.6 branch.
Fixes #51874.

Note: See TracTickets for help on using tickets.