Skip to content

Commit 933d389

Browse files
committed
Disable tests/bug46543.phpt in PHP 8
1 parent b56bdff commit 933d389

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/bug46543.phpt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
--TEST--
22
Bug #46543 (ibase_trans() memory leaks when using wrong parameters)
33
--SKIPIF--
4-
<?php include("skipif.inc"); ?>
4+
<?php
5+
include("skipif.inc");
6+
// See GitHub issue 43
7+
// https://github.com/FirebirdSQL/php-firebird/issues/43
8+
include("skipif-php8-or-newer.inc");
9+
?>
510
--FILE--
611
<?php
712

0 commit comments

Comments
 (0)