We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2920a26 commit 39a67f8Copy full SHA for 39a67f8
NEWS
@@ -43,12 +43,14 @@ PHP NEWS
43
dropped. Oracle Client libraries 11.2 or newer are now required.
44
45
- ODBC:
46
- . Automatically quote username and password when needed. (Calvin Buckley)
+ . Fixed bug GH-8300 (User input not escaped when building connection string).
47
+ (Calvin Buckley)
48
49
- PDO_ODBC:
50
. Fixed bug #80909 (crash with persistent connections in PDO_ODBC). (Calvin
51
Buckley)
52
53
54
55
- Reflection:
56
. Added ReflectionFunction::isAnonymous(). (Nicolas Grekas)
0 commit comments