From 1dcab8a534aba77cbe62d2d7d150256607d19894 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 18 Apr 2023 13:48:29 +0100 Subject: [PATCH] Add NEWS entry --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index f50c774b2b0..bd9252a37ea 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,10 @@ PHP NEWS sapi/apache2handler/sapi_apache2.c). (nielsdos, ElliotNB) . Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.). (nielsdos) +- Date: + . Fixed bug where the diff() method would not return the right result around + DST changeover for date/times associated with a timezone identifier. (Derick) + - DOM: . Fixed bug #80602 (Segfault when using DOMChildNode::before()). (Nathan Freeman)