MantisBT: master d5a30a0c

Author Committer Branch Timestamp Parent
dregad dregad master 2025-01-31 19:28 master 94f9bf0b
Affected Issues  0035284: Allow REST API to run on PHP 8.4 ignoring E_DEPRECATED notices
Changeset

Catch Slim 3.x deprecated warnings on PHP 8.4

Override error_reporting to ignore E_DEPRECATED when initializing Slim
framework to squelch initial deprecation warnings, ignore a few
additional classes in the custom error handler, then restore
error_reporting to its original state before executing the request.

Fixes 0035284

mod - api/rest/index.php Diff File