Closed (fixed)
Project:
SMTP Authentication Support
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Feb 2018 at 21:00 UTC
Updated:
10 Jan 2023 at 07:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bharath-kondeti commentedPlease review the patch uploaded.
Thanks
Comment #3
emartoni commentedPatch works for me!
Thanks!
Comment #4
wundo commentedTests are failing.
Comment #5
jacob.embree commentedThe tests are failing because of a deprecated
each()inincludes/module.inc. This issue is blocked by #2925449: [PHP 7] Function each() is deprecated since PHP 7.2 [D7].Comment #6
jacob.embree commentedThe patch even works on PHP 7.1, so I think#2 can be commited. Clearly, the failed test is due to Drupal 7's
includes/module.inc, not any fault in #2.Comment #7
mrgoodfellow commentedPatch appears to be working successful for me. Will this get merged with the main branch and pushed out in an update soon for PHP 7.2 compatibility?
Comment #8
wundo commentedPatch looks good, I'm re-queueing for tests now that 8.x-1.x is passing in php 5.*
Comment #9
wundo commentedComment #10
wundo commentedComment #12
wundo commentedComment #14
mrgoodfellow commentedThis seems to be working. As the Drupal 7.61 puts core into PHP 7.2 compatibility, is there any timeline for when this patch will be bundled with a new release?
Comment #15
hossein425 commentedA new release is expected, since 4 years ago.
Comment #16
alina.basarabeanu commentedPatch #10 works on Drupal core 7.92, PHP 8.0.21 and SMTP 7.x-1.7 version.
I also needed 2 more patches to fix all the PHP 8 errors/warnings: remove deprecated directive 3050130 and remove deprecated code 3009090.
Is there any chance to get all those merged into dev or a new stable release for Drupal 7?
Comment #17
thor10 commentedThat would be great if there was an update to be usable on PHP 8.0/8.1 as well.
Comment #18
joseph.olstadI contacted the maintainer about this and wrote the following:
Comment #19
japerryMy appologies, my focus has been on the d8+ versions of SMTP. The 7.x-1.8 release has been made and should fix these issues. Thanks Joseph for letting me know.
Comment #20
poker10 commentedGreat, thanks @japerry and @joseph.olstad!