MantisBT: master 21d13755

Author Committer Branch Timestamp Parent
dregad dregad master 2018-05-13 08:51 master b3b5cc4a
Changeset

New safe_unserialize() utility function

When given invalid data, unserialize() throws a PHP notice; this
function relies on error_convert_to_exception() custom error handler to
throw an Exception instead.

mod - core/utility_api.php Diff File