1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Mark new firebird tests with xleak

This commit is contained in:
Ilija Tovilo
2024-01-15 09:27:46 +01:00
parent 880ff82fc4
commit e0737d9376
2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ PDO_firebird subclass basic
pdo_firebird
--SKIPIF--
<?php require(__DIR__ . '/skipif.inc'); ?>
--XLEAK--
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
See https://github.com/FirebirdSQL/firebird/issues/7849
--FILE--
<?php

View File

@@ -4,6 +4,9 @@ PDO_firebird connect through PDO::connect
pdo_firebird
--SKIPIF--
<?php require(__DIR__ . '/skipif.inc'); ?>
--XLEAK--
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
See https://github.com/FirebirdSQL/firebird/issues/7849
--FILE--
<?php