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

web: fix PHP warning in login action. #5442

Merged
merged 2 commits into from
Dec 5, 2023
Merged

web: fix PHP warning in login action. #5442

merged 2 commits into from
Dec 5, 2023

Conversation

davidpanderson
Copy link
Contributor

Apparently urldecode(null) gets a warning in current PHP

Fixes #5441

Apparently urldecode(null) gets a warning in current PHP
@AenBleidd
Copy link
Member

@davidpanderson, I'm afraid there were some other deprecations mentioned in the original ticket.
Could you please double check?
Thank you in advance.

@davidpanderson
Copy link
Contributor Author

davidpanderson commented Dec 4, 2023 via email

@oppiet30
Copy link

oppiet30 commented Dec 4, 2023

Deprecated: Creation of dynamic property BoincUser::$prefs is deprecated in /home/boincadm/boinc/projects/html/inc/forum_db.inc on line 164

@oppiet30
Copy link

oppiet30 commented Dec 4, 2023

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/boincadm/boinc/projects/html/inc/prefs_util.inc on line 195

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/boincadm/boinc/projects/html/inc/prefs_util.inc on line 213

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/boincadm/boinc/projects/html/inc/prefs_util.inc on line 231

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/boincadm/boinc/projects/html/inc/prefs_util.inc on line 241

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/boincadm/boinc/projects/html/inc/prefs_util.inc on line 268

@AenBleidd AenBleidd self-assigned this Dec 5, 2023
@AenBleidd AenBleidd added this to the Server Release 1.6.0 milestone Dec 5, 2023
@AenBleidd AenBleidd merged commit de19de5 into master Dec 5, 2023
48 of 49 checks passed
@AenBleidd AenBleidd deleted the dpa_web9 branch December 5, 2023 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Boinc Server 1.4.2
3 participants