@@ -92,7 +92,7 @@ PHP 8.4 UPGRADE NOTES
92
92
93
93
- PDO_MYSQL:
94
94
. getAttribute, ATTR_AUTOCOMMIT, ATTR_EMULATE_PREPARES, MYSQL_ATTR_DIRECT_QUERY have
95
- been changed to get values as bool.
95
+ been changed to get values as bool.
96
96
97
97
- PDO_PGSQL:
98
98
. The DSN's credentials, when set, are given priority over their PDO
@@ -368,7 +368,7 @@ PHP 8.4 UPGRADE NOTES
368
368
. getAttribute, enabled to get the value of ATTR_STRINGIFY_FETCHES.
369
369
370
370
- PDO_FIREBIRD:
371
- . getAttribute, enabled to get values of FB_ATTR_DATE_FORMAT, FB_ATTR_TIME_FORMAT,
371
+ . getAttribute, enabled to get values of FB_ATTR_DATE_FORMAT, FB_ATTR_TIME_FORMAT,
372
372
FB_ATTR_TIMESTAMP_FORMAT.
373
373
. Added new attributes to specify transaction isolation level and access mode.
374
374
Along with these, five constants (PDO::FB_TRANSACTION_ISOLATION_LEVEL,
@@ -414,7 +414,7 @@ PHP 8.4 UPGRADE NOTES
414
414
"pre-rounding" to treat a value like 0.285 (actually 0.28499999999999998) as a
415
415
decimal number and round it to 0.29. However, "pre-rounding" incorrectly rounds
416
416
certain numbers, so this fix removes "pre-rounding" and changes the way numbers
417
- are compared, so that the values are correctly rounded as decimal numbers.
417
+ are compared, so that the values are correctly rounded as decimal numbers.
418
418
. long2ip() now returns string instead of string|false.
419
419
. The maximum precision that can be handled by round() has been extended by
420
420
one digit.
0 commit comments