From 0f7aebb61aed11b7091422d451faee741ce5d521 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 21 Aug 2024 10:59:25 +0100 Subject: [PATCH] Add NEWS entry --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index ed499d68b96..24a50d2ac79 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ PHP NEWS . Fixed bug GH-15501 (Windows HAVE_
_H macros defined to 1 or undefined). (Peter Kokot) +- Date: + . Fixed bug GH-13773 (DatePeriod not taking into account microseconds for end + date). (Mark Bennewitz, Derick) + - MySQLnd: . Fixed bug GH-15432 (Heap corruption when querying a vector). (cmb, Kamil Tekiela)