Skip to content

Commit 74291c4

Browse files
committed
Forgot to update UPGRADING
1 parent ab871cd commit 74291c4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

UPGRADING

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@ PHP 8.2 UPGRADE NOTES
7474
round-trips between PHP and Oracle Database when fetching LOBS. This is
7575
usable with Oracle Database 12.2 or later.
7676

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+
7784
- PCRE:
7885
. Added support for the "n" (NO_AUTO_CAPTURE) modifier, which makes simple
7986
`(xyz)` groups non-capturing. Only named groups like `(?<name>xyz)` are
8087
capturing. This only affects which groups are capturing, it is still
8188
possible to use numbered subpattern references, and the matches array will
8289
still contain numbered results.
8390

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-
9191
========================================
9292
3. Changes in SAPI modules
9393
========================================

0 commit comments

Comments
 (0)