MantisBT: master c3cbfe2c

Author Committer Branch Timestamp Parent
dregad dregad master 2022-06-02 05:31 master 62738564
Affected Issues  0030429: Upcoming incompatibility with PHP 8.2, "Deprecate ${} string interpolation" RFC
Changeset

Fix deprecated usage of ${} string interpolation

The "Deprecate ${} string interpolation" RFC 1 has been acceoted and
will be implemented in PHP 8.2.

The Mantis code was using the deprecated syntax in a few places, this
fixes these occurrences.

Thanks to ChrisG for the original patch.

Fixes 0030429

mod - core/file_api.php Diff File
mod - core/plugin_api.php Diff File
mod - core/string_api.php Diff File
mod - login_page.php Diff File