summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2024-01-14 14:16:58 +0100
committerFlorian Pritz <bluewind@xinu.at>2024-01-14 14:23:09 +0100
commit02e37bae4ecd38577703769cd51eb52287a785d2 (patch)
tree15e5d95c8d8114c89f7306a1ef98fb4a3143d85a /NEWS
parent2e180234d64c34818989823d43c48cc3b99987ac (diff)
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 <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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