Skip to content

web: fix some PHP8 warnings#5470

Merged
AenBleidd merged 1 commit intomasterfrom
dpa_php8_2
Dec 22, 2023
Merged

web: fix some PHP8 warnings#5470
AenBleidd merged 1 commit intomasterfrom
dpa_php8_2

Conversation

@davidpanderson
Copy link
Contributor

  • don't pass null to trim() or is_numeric()
  • gmdate() expects an integer; truncate
  • server status page: if app has no results, SQL aggregate functions return null; handle this.

Fixes #5467

- don't pass null to trim() or is_numeric()
- gmdate() expects an integer; truncate
- server status page: if app has no results,
    SQL aggregate functions return null; handle this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

More PHP 8 deprecation warnings

2 participants