MantisBT: master 795ff02e

Author Committer Branch Timestamp Parent
dregad dregad master 2023-08-27 12:10 master 1859ed6c
Affected Issues  0032866: Allow REST API to run on PHP 8.1 without squelching E_DEPRECATED notices
Changeset

Catch Slim 3.x deprecated warnings on PHP 8.1

Introduce a custom error handler to capture selected deprecation notices
and wrap the Slim initialization in a try/catch block.

If any exception occurs, an HTTP 500 will be triggered.

Fixes 0032866

mod - api/rest/index.php Diff File