1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

Update NEWS

This commit is contained in:
Ben Ramsey
2023-01-04 00:03:23 -06:00
parent d5f0362e59
commit 275bf3beae

4
NEWS
View File

@@ -89,6 +89,10 @@ PHP NEWS
. Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).
(cmb)
- PDO/SQLite:
. Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
(cmb)
- Session:
. Fixed GH-9932 (session name silently fails with . and [). (David Carlier)