@@ -74,20 +74,20 @@ PHP 8.2 UPGRADE NOTES
74
74
round-trips between PHP and Oracle Database when fetching LOBS. This is
75
75
usable with Oracle Database 12.2 or later.
76
76
77
+ - ODBC:
78
+ . Added odbc_connection_string_is_quoted, odbc_connection_string_should_quote,
79
+ and odbc_connection_string_quote. These are primarily used behind the scenes
80
+ in the ODBC and PDO_ODBC extensions, but is exposed to userland for easier
81
+ unit testing, and for user applications and libraries to perform quoting
82
+ themselves.
83
+
77
84
- PCRE:
78
85
. Added support for the "n" (NO_AUTO_CAPTURE) modifier, which makes simple
79
86
`(xyz)` groups non-capturing. Only named groups like `(?<name>xyz)` are
80
87
capturing. This only affects which groups are capturing, it is still
81
88
possible to use numbered subpattern references, and the matches array will
82
89
still contain numbered results.
83
90
84
- - Standard:
85
- . Added odbc_connection_string_is_quoted, odbc_connection_string_should_quote,
86
- and odbc_connection_string_quote. These are primarily used behind the scenes
87
- in the ODBC and PDO_ODBC extensions, but is exposed to userland for easier
88
- unit testing, and for user applications and libraries to perform quoting
89
- themselves.
90
-
91
91
========================================
92
92
3. Changes in SAPI modules
93
93
========================================
0 commit comments