Skip to content

Commit ee58b1f

Browse files
committed
NEWS / UPGRADING
1 parent 264d17b commit ee58b1f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: NEWS

+3-1
Original file line numberDiff line numberDiff 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).

Diff for: UPGRADING

+3
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)