View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035428 | mantisbt | code cleanup | public | 2025-02-23 10:02 | 2025-03-01 18:40 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 2.27.1 | Fixed in Version | 2.27.1 | ||
Summary | 0035428: Calling gpc_get_int() with null default throws deprecation warning on PHP 8.1 | ||||
Description |
DEPRECATED: 'trim(): Passing null to parameter 1 ($string) of type string is deprecated' in '.../core/gpc_api.php' line 134 | ||||
Additional Information | Noticed while analysing 0035291 | ||||
Tags | PHP 8.1 | ||||
MantisBT: master-2.27 726961e1 2025-02-23 10:04 Details Diff |
Fix PHP 8.1 deprecation warning in gpc_get_int() When function is called with null default: DEPRECATED: 'trim(): Passing null to parameter 1 ($string) of type string is deprecated' in '.../core/gpc_api.php' line 134 Fixes 0035428 |
Affected Issues 0035428 |
|
mod - core/gpc_api.php | Diff File |