Update NEWS

This commit is contained in:
Ben Ramsey 2023-01-04 00:03:23 -06:00
parent ab6763844f
commit 047c97841d
No known key found for this signature in database
GPG key ID: F9C39DC0B9698544

4
NEWS
View file

@ -49,6 +49,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)