From 02e37bae4ecd38577703769cd51eb52287a785d2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 14 Jan 2024 14:16:58 +0100 Subject: feat(PHP8.3): Fix assert_options deprecation warnings All current asserations are only for development/debug related checks and safe to disable on production so we do not need to force any settings via the deprecate `assert_options` function here and we can just remove this code. Signed-off-by: Florian Pritz --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0ac33e547..acd9ae7fa 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ This file lists major, incompatible or otherwise important changes, you should l NEXT - Fix PHP 8.2 deprecation warnings + - Fix PHP 8.3 deprecation warnings - Update CodeIgniter to development branch 4.0.0 2022-04-10 -- cgit v1.2.3-24-g4f1b