From: Roland Häder Date: Sat, 4 Jan 2025 01:42:36 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;p=shipsimu.git Continued: - removed no longer existing constant reference ASSERT_QUIET_EVAL - updated 'core' framework --- diff --git a/application/selector/exceptions.php b/application/selector/exceptions.php index 510f7d5..fe6080b 100644 --- a/application/selector/exceptions.php +++ b/application/selector/exceptions.php @@ -80,5 +80,4 @@ function __assertHandler ($file, $line, $code) { assert_options(ASSERT_ACTIVE, 1); assert_options(ASSERT_WARNING, 0); assert_options(ASSERT_BAIL, 0); -assert_options(ASSERT_QUIET_EVAL, 0); assert_options(ASSERT_CALLBACK, '__assertHandler'); diff --git a/application/shipsimu/exceptions.php b/application/shipsimu/exceptions.php index b8d33d8..ae26c51 100644 --- a/application/shipsimu/exceptions.php +++ b/application/shipsimu/exceptions.php @@ -158,5 +158,4 @@ set_exception_handler('shipsimu_exception_handler'); assert_options(ASSERT_ACTIVE , true); assert_options(ASSERT_WARNING , true); assert_options(ASSERT_BAIL , true); -assert_options(ASSERT_QUIET_EVAL, false); assert_options(ASSERT_CALLBACK , 'shipsimu_assert_handler'); diff --git a/core b/core index c3f1d30..3ad2578 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit c3f1d30c20e25c1ddadd8aeba8f2636713b6cd63 +Subproject commit 3ad2578dc223f97de06547be49d66e7adfea677c