MantisBT: master-2.27 726961e1

Author Committer Branch Timestamp Parent
dregad dregad master-2.27 2025-02-23 10:04 master-2.27 a58cf175
Affected Issues  0035428: Calling gpc_get_int() with null default throws deprecation warning on PHP 8.1
Changeset

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

mod - core/gpc_api.php Diff File