View Issue Details

IDProjectCategoryView StatusLast Update
0027465mantisbtcode cleanuppublic2020-12-30 07:37
Reporteratrol Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version2.24.4Fixed in Version2.24.4 
Summary0027465: Declaring a required parameter after an optional one is deprecated in PHP 8
Description

Required parameter $p_log_insert is declared after optional parameter in function mci_issue_set_custom_fields

TagsPHP 8

Relationships

related to 0027464 closedatrol print_manage_user_sort_link Function Parameter Required after Optional 

Activities

atrol

atrol

2020-11-01 09:39

developer   ~0064604

PR https://github.com/mantisbt/mantisbt/pull/1711

dregad

dregad

2020-12-30 06:18

developer   ~0064870

Backporting to 2.24 branch

Related Changesets

MantisBT: master 1ad41fd6

2020-11-01 04:35

atrol


Details Diff
Fix PHP 8 warning in function mci_issue_set_custom_fields

Declaring a required parameter after an optional one is deprecated in
PHP 8.

Fixes 0027465
Affected Issues
0027465
mod - api/soap/mc_issue_api.php Diff File

MantisBT: master-2.24 bef9fa07

2020-11-01 04:35

atrol

Committer: dregad


Details Diff
Fix PHP 8 warning in function mci_issue_set_custom_fields

Declaring a required parameter after an optional one is deprecated in
PHP 8.

Fixes 0027465

(cherry picked from commit b87a2942aa11aeadae00254dc29cf38f172e12e8)
Affected Issues
0027465
mod - api/soap/mc_issue_api.php Diff File