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 undefined properties deprecated in PHP 8.2 #1875

Closed
wants to merge 1 commit into from

Conversation

alex-vlasov
Copy link

@alex-vlasov alex-vlasov commented Dec 22, 2022

This is for 2.* version

@@ -1418,7 +1434,7 @@ function getLog()

switch (NET_SSH1_LOGGING) {
case self::LOG_SIMPLE:
return $this->message_number_log;
Copy link
Member

Choose a reason for hiding this comment

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

Should be $this->protocol_flags_log.

Copy link
Member

@terrafrost terrafrost left a comment

Choose a reason for hiding this comment

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

Just found one issue with it. I'll cherry pick this PR to the 1.0 branch and resolve that issue myself.

Thanks!

@terrafrost
Copy link
Member

See 797351c

I tagged a new release for the 2.0 branch as well - 2.0.41.

Normally Travis CI would have caught this but Travis CI doesn't yet support PHP 8.2. GitHub Actions does but not Travis CI.

Thanks!

@terrafrost terrafrost closed this Dec 23, 2022
@alex-vlasov
Copy link
Author

Thanks for quick turnaround!

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.

None yet

3 participants