1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] Add forgotten NEWS entry

This commit is contained in:
nielsdos
2023-06-23 17:50:41 +02:00
parent b9bf9ee2cb
commit daa891ed42

3
NEWS
View File

@@ -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)