Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX]hm-smtp.php: Declare properties to avoid deprecated dynamic prop… #1249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Baraka24
Copy link
Member

@Baraka24 Baraka24 commented Sep 21, 2024

Having :
[Sat Sep 21 17:30:09.314935 2024] [php:notice] [pid 7488:tid 1180] [client ::1:4662] PHP Deprecated: Creation of dynamic property Hm_SMTP::$supports_tls is deprecated in C:\\Apache24\\htdocs\\my_cypht\\modules\\smtp\\hm-smtp.php on line 134 [Sat Sep 21 17:30:09.314935 2024] [php:notice] [pid 7488:tid 1180] [client ::1:4662] PHP Deprecated: Creation of dynamic property Hm_SMTP::$supports_auth is deprecated in C:\\Apache24\\htdocs\\my_cypht\\modules\\smtp\\hm-smtp.php on line 135 [Sat Sep 21 17:30:09.314935 2024] [php:notice] [pid 7488:tid 1180] [client ::1:4662] PHP Deprecated: Creation of dynamic property Hm_SMTP::$max_message_size is deprecated in C:\\Apache24\\htdocs\\my_cypht\\modules\\smtp\\hm-smtp.php on line 148 while trying to add an email from other provider with STARTTLS or unencrypted.
Related PR

@@ -408,7 +411,7 @@ function authenticate($username, $password, $mech) {
break;
}
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary change, please remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants