Jean - 2023-10-24 10:07:50
Hi there,
using apache with PHP8.2 i get the following errors:
Deprecated: Function strftime() is deprecated
Deprecated: Creation of dynamic property smtp_class::$pending_sender is deprecated in smtp.php on line 1626
I already fixed "strftime" in my script, but how to handle the 2nd deprecated-error? Supressing error-messages is not a solution ;-)
Kind regards