Skip to content

Commit 79898da

Browse files
committed
Disable tests/bug45373.phpt for PHP 8
1 parent 185f146 commit 79898da

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/bug45373.phpt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
--TEST--
22
Bug #45373 (php crash on query with errors in params)
33
--SKIPIF--
4-
<?php include("skipif.inc"); ?>
4+
<?php
5+
include("skipif.inc");
6+
// See GitHub issue 44
7+
// https://github.com/FirebirdSQL/php-firebird/issues/44
8+
include("skipif-php8-or-newer.inc");
9+
?>
510
--FILE--
611
<?php
712

0 commit comments

Comments
 (0)