File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ PHP NEWS
6262
6363- FTP:
6464 . Fixed bug GH-9348 (FTP & SSL session reuse). (nielsdos)
65-
65+
6666- Intl:
6767 . Fixed bug GH-12635 (Test bug69398.phpt fails with ICU 74.1). (nielsdos)
6868
@@ -460,6 +460,8 @@ PHP NEWS
460460 . Fix GH-11587 (After php8.1, when PDO::ATTR_EMULATE_PREPARES is true
461461 and PDO::ATTR_STRINGIFY_FETCHES is true, decimal zeros are no longer
462462 filled). (SakiTakamachi)
463+ . Fix GH-12969 (Fixed PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES).
464+ (SakiTakamachi)
463465
464466- PDO SQLite:
465467 . Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt).
Original file line number Diff line number Diff line change @@ -229,6 +229,9 @@ PHP 8.2 UPGRADE NOTES
229229 This change only affects the encoding selection,
230230 not the result of the conversion.
231231
232+ - PDO:
233+ . getAttribute, enabled to get the value of ATTR_STRINGIFY_FETCHES.
234+
232235- Random
233236 . random_bytes() and random_int() now throw \Random\RandomException on CSPRNG failure.
234237 Previously a plain \Exception was thrown.
You can’t perform that action at this time.
0 commit comments