File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -504,9 +504,9 @@ PHP 8.4 UPGRADE NOTES
504
504
. getAttribute, enabled to get values of FB_ATTR_DATE_FORMAT, FB_ATTR_TIME_FORMAT,
505
505
FB_ATTR_TIMESTAMP_FORMAT.
506
506
. 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.
510
510
. When using persistent connections, there is now a liveness check in the
511
511
constructor.
512
512
. The content that is built changes depending on the value of FB_API_VER in
You can’t perform that action at this time.
0 commit comments