File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ PHP NEWS
62
62
63
63
- FTP:
64
64
. Fixed bug GH-9348 (FTP & SSL session reuse). (nielsdos)
65
-
65
+
66
66
- Intl:
67
67
. Fixed bug GH-12635 (Test bug69398.phpt fails with ICU 74.1). (nielsdos)
68
68
@@ -460,6 +460,8 @@ PHP NEWS
460
460
. Fix GH-11587 (After php8.1, when PDO::ATTR_EMULATE_PREPARES is true
461
461
and PDO::ATTR_STRINGIFY_FETCHES is true, decimal zeros are no longer
462
462
filled). (SakiTakamachi)
463
+ . Fix GH-12969: (Fixed PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES).
464
+ (SakiTakamachi)
463
465
464
466
- PDO SQLite:
465
467
. 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
229
229
This change only affects the encoding selection,
230
230
not the result of the conversion.
231
231
232
+ - PDO:
233
+ . getAttribute, enabled to get the value of ATTR_STRINGIFY_FETCHES.
234
+
232
235
- Random
233
236
. random_bytes() and random_int() now throw \Random\RandomException on CSPRNG failure.
234
237
Previously a plain \Exception was thrown.
You can’t perform that action at this time.
0 commit comments