Skip to content

Commit f50334d

Browse files
committed
Fixed UPGRADING
1 parent 95e1f89 commit f50334d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ PHP 8.4 UPGRADE NOTES
504504
. getAttribute, enabled to get values of FB_ATTR_DATE_FORMAT, FB_ATTR_TIME_FORMAT,
505505
FB_ATTR_TIMESTAMP_FORMAT.
506506
. Added new attributes to specify transaction isolation level and access mode.
507-
Along with these, five constants (PDO::FB_TRANSACTION_ISOLATION_LEVEL,
508-
PDO::FB_READ_COMMITTED, PDO::FB_REPEATABLE_READ, PDO::FB_SERIALIZABLE,
509-
PDO::FB_WRITABLE_TRANSACTION) have been added.
507+
Along with these, five constants (Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL,
508+
Pdo\Firebird::READ_COMMITTED, Pdo\Firebird::REPEATABLE_READ,
509+
Pdo\Firebird::SERIALIZABLE, Pdo\Firebird::WRITABLE_TRANSACTION) have been added.
510510
. When using persistent connections, there is now a liveness check in the
511511
constructor.
512512
. The content that is built changes depending on the value of FB_API_VER in

0 commit comments

Comments
 (0)