View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0036616 | mantisbt | code cleanup | public | 2025-11-01 10:51 | 2025-11-23 04:57 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Target Version | 2.28.0 | Fixed in Version | 2.28.0 | ||
| Summary | 0036616: PHP 8.5: case followed by semicolon deprecations | ||||
| Description | Mantis Filter API throws several deprecation notices: PHP Deprecated: Case statements followed by a semicolon (;) are deprecated, use a colon (:) instead in /core/filter_form_api.php Reference (RFC): https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_semicolon_after_case_in_switch_statement | ||||
| Tags | PHP 8.5 | ||||
|
Forgot to add the issue reference in the commit message so the issue was not automatically closed when the PR was merged. Changeset linked manually. |
|
|
MantisBT: master 15e513cf 2025-10-24 12:05 Details Diff |
PHP 8.5: Case statements followed by a semicolon Case statements followed by a semicolon (;) are deprecated, use a colon (:) instead. |
Affected Issues 0036616 |
|
| mod - core/classes/BugFilterQuery.class.php | Diff File | ||
| mod - core/filter_form_api.php | Diff File | ||