PHP 8.5: PHPMailer: Replace deprecated socket_set_timeout()
Summary:
Drift away further from upstream by fixing a PHP 8.5 deprecation warning.
* https://php.watch/versions/8.5/socket_set_timeout-deprecated
* https://www.php.net/manual/en/function.socket-set-timeout.php
In an ideal world we'd tackle T16356 instead.
Closes T16354
Test Plan: None; it's a trivial replacement.
Reviewers: O1 Blessed Committers, mainframe98
Reviewed By: O1 Blessed Committers, mainframe98
Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T16354
Differential Revision: https://we.phorge.it/D26520