MantisBT: master-2.25 3b2ec19e

Author Committer Branch Timestamp Parent
dregad dregad master-2.25 2022-06-02 05:31 master-2.25 677bc72e
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

(cherry picked from commit c3cbfe2c90240d15bf0e450254cbeb68050655ba)

Conflicts:

core/string_api.php

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