Skip to content

Commit 3bb8072

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Accept HY000 in pdo_firebird autocommit test (#21789)
2 parents 2de529f + 46286fb commit 3bb8072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pdo_firebird/tests/autocommit.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ array(1) {
7171
========== not in auto commit mode ==========
7272
auto commit mode OFF
7373
insert, expect error
74-
SQLSTATE[08003]: Connection does not exist: %s
74+
%r(SQLSTATE\[08003\]: Connection does not exist|SQLSTATE\[HY000\]: General error)%r: %s
7575

7676
select, expect error
77-
SQLSTATE[08003]: Connection does not exist: %s
77+
%r(SQLSTATE\[08003\]: Connection does not exist|SQLSTATE\[HY000\]: General error)%r: %s
7878

7979
done!

0 commit comments

Comments
 (0)