Skip to content

Commit f2b010f

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Update test expectation for different Firebird version
2 parents 8ed0d7f + 7713079 commit f2b010f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pdo_firebird/tests/transaction_access_mode.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $dbh = getDbConnection();
132132
@$dbh->exec('DROP TABLE transaction_access_mode');
133133
unset($dbh);
134134
?>
135-
--EXPECT--
135+
--EXPECTF--
136136
========== Set attr in construct ==========
137137
OK: writable
138138
OK: readonly
@@ -154,7 +154,7 @@ array(1) {
154154
readonly
155155
bool(true)
156156
OK: readonly
157-
SQLSTATE[42000]: Syntax error or access violation: -817 attempted update during read-only transaction
157+
SQLSTATE[%r(42000|25006)%r]: %r(Read only sql transaction|Syntax error or access violation)%r: -817 attempted update during read-only transaction
158158
array(1) {
159159
[0]=>
160160
array(2) {

0 commit comments

Comments
 (0)