View Issue Details

IDProjectCategoryView StatusLast Update
0031712mantisbtcode cleanuppublic2023-02-22 19:21
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version2.25.6Fixed in Version2.25.6 
Summary0031712: PHP 8.1 deprecated warnings
Description

In adm_config_page.php?action=create

DEPRECATED: 'strtolower(): Passing null to parameter 0000001 ($string) of type string is deprecated' in ./core/config_api.php' line 451
DEPRECATED: 'preg_replace(): Passing null to parameter 0000003 ($subject) of type array|string is deprecated' in ./core/string_api.php' line 570

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-2.25 be06d8f4

2022-12-05 09:34

dregad


Details Diff
Fix PHP 8.1 deprecation notice in config_can_delete()

DEPRECATED: 'strtolower(): Passing null to parameter 0000001 ($string) of
type string is deprecated' in ./core/config_api.php' line 451

Fixes 0031712

Backported from commit 7abfb42db442ea45a4c7713a0cde70cf84d259ed
Affected Issues
0031712
mod - core/config_api.php Diff File

MantisBT: master ec8e3b7f

2022-12-05 09:34

dregad


Details Diff
Fix PHP 8.1 deprecation notice in config_can_delete()

DEPRECATED: 'strtolower(): Passing null to parameter 0000001 ($string) of
type string is deprecated' in ./core/config_api.php' line 451

Fixes 0031712
Affected Issues
0031712
mod - core/config_api.php Diff File

MantisBT: master ae038e2e

2022-12-05 09:44

dregad


Details Diff
Fix PHP 8.1 deprecation notice in adm_config_page.php

DEPRECATED: 'preg_replace(): Passing null to parameter 0000003 ($subject) of
type array|string is deprecated' in ./core/string_api.php' line 570

Fixes 0031712
Affected Issues
0031712
mod - adm_config_page.php Diff File

MantisBT: master-2.25 8a42c79f

2022-12-05 09:49

dregad


Details Diff
Fix PHP 8.1 deprecation notice in adm_config_page.php

DEPRECATED: 'preg_replace(): Passing null to parameter 0000003 ($subject) of
type array|string is deprecated' in ./core/string_api.php' line 570

Fixes 0031712

Backported from commit 5258576596de5085371aeac539518df6d0c7e449
Affected Issues
0031712
mod - adm_config_page.php Diff File