1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

[ci skip] Improve latest NEWS entries to point to actual bug report

This commit is contained in:
Christoph M. Becker
2022-05-27 17:00:16 +02:00
parent 2920a26636
commit 39a67f8074
+4 -2
View File
@@ -43,12 +43,14 @@ PHP NEWS
dropped. Oracle Client libraries 11.2 or newer are now required.
- ODBC:
. Automatically quote username and password when needed. (Calvin Buckley)
. Fixed bug GH-8300 (User input not escaped when building connection string).
(Calvin Buckley)
- PDO_ODBC:
. Fixed bug #80909 (crash with persistent connections in PDO_ODBC). (Calvin
Buckley)
. Automatically quote username and password when needed. (Calvin Buckley)
. Fixed bug GH-8300 (User input not escaped when building connection string).
(Calvin Buckley)
- Reflection:
. Added ReflectionFunction::isAnonymous(). (Nicolas Grekas)