MantisBT: master 5527c3bd

Author Committer Branch Timestamp Parent
dregad dregad master 2026-01-11 11:55 master f9f62bb0
Affected Issues  0036812: PHP 8.4: Passing E_USER_ERROR to trigger_error() is deprecated
Changeset

Deprecate ERROR constant

Common uses in trigger_error(..., ERROR) calls must be replaced by a
throw Exception.

For other cases, use PHP standard constant E_USER_ERROR.

Fixes 0036812

mod - core/constant_inc.php Diff File