[pear/Mail] 11b5ee: Fix: dynamic properties deprecation
[email protected] ("Armin Graefe via pear-cvs") Sat, 10 Dec 2022 12:25:25 -0800
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <pear/Mail/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pear/Mail
Commit: 11b5eeea6c60d10dca21053b60df19a8503b1402
https://github.com/pear/Mail/commit/11b5eeea6c60d10dca21053b60df19a8503b1402
Author: Richard Brinkman <[email protected]>
Date: 2022-12-10 (Sat, 10 Dec 2022)
Changed paths:
M Mail/smtp.php
Log Message:
-----------
Fix: dynamic properties deprecation
Since PHP 8.2 dynamic properties are deprecated. See
https://www.php.net/manual/en/migration82.deprecated.php
The send_or_fail function sets a greeting variable (which is
not used anywhere) that is not a property of the Mail_smtp class.
Commit: b11363a99a02a3d021c67ccbd0fa42543cf71f4f
https://github.com/pear/Mail/commit/b11363a99a02a3d021c67ccbd0fa42543cf71f4f
Author: schengawegga <[email protected]>
Date: 2022-12-10 (Sat, 10 Dec 2022)
Changed paths:
M Mail/smtp.php
Log Message:
-----------
Fix: dynamic properties deprecation (#22)
Editing line length of var $greetings comment an change tabs to spaces on indents
Compare: https://github.com/pear/Mail/compare/344577b4b9b2...b11363a99a02