Commit 46286fbf22a for php.net
commit 46286fbf22a05f0cb146961859f2bb62b82b4ae6
Author: Shivam Mathur <shivam_jpr@hotmail.com>
Date: Mon Apr 20 08:55:24 2026 +0000
Accept HY000 in pdo_firebird autocommit test (#21789)
diff --git a/ext/pdo_firebird/tests/autocommit.phpt b/ext/pdo_firebird/tests/autocommit.phpt
index 5b431859bf8..89685e02019 100644
--- a/ext/pdo_firebird/tests/autocommit.phpt
+++ b/ext/pdo_firebird/tests/autocommit.phpt
@@ -74,9 +74,9 @@
========== not in auto commit mode ==========
auto commit mode OFF
insert, expect error
-SQLSTATE[08003]: Connection does not exist: %s
+%r(SQLSTATE\[08003\]: Connection does not exist|SQLSTATE\[HY000\]: General error)%r: %s
select, expect error
-SQLSTATE[08003]: Connection does not exist: %s
+%r(SQLSTATE\[08003\]: Connection does not exist|SQLSTATE\[HY000\]: General error)%r: %s
done!