From daa891ed425e1e1dce3c110474ac736ce6f2829c Mon Sep 17 00:00:00 2001 From: nielsdos <7771979+nielsdos@users.noreply.github.com> Date: Fri, 23 Jun 2023 17:50:41 +0200 Subject: [PATCH] [ci skip] Add forgotten NEWS entry --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index cbfde79094f..ee07d07ea27 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ PHP NEWS - CLI: . Fix interrupted CLI output causing the process to exit. (nielsdos) +- Date: + . Fixed bug GH-11368 (Date modify returns invalid datetime). (Derick) + - PDO SQLite: . Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt). (KapitanOczywisty, CViniciusSDias)