View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0036617 | mantisbt | code cleanup | public | 2025-11-01 10:58 | 2025-11-22 11:47 |
| 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 | 0036617: PHP 8.5: Increment on non-numeric string is deprecated | ||||
| Description | Manage User Page throws a deprecation warning PHP 8.5: Increment on non-numeric string is deprecated, use str_increment() instead. This was already "soft deprecated" in PHP 8.3 (i.e. usage did not throw a warning). Reference (RFC): | ||||
| Tags | PHP 8.5 | ||||
|
MantisBT: master 222a5c1e 2025-10-24 12:39 Details Diff |
Refactor building of prefix array Using range() and array functions instead of foreach loop with string incrementation. Fixes deprecation warning on PHP 8.5: Increment on non-numeric string is deprecated, use str_increment() instead. Fixes 0036617 |
Affected Issues 0036617 |
|
| mod - manage_user_page.php | Diff File | ||