Skip to content

Commit 897af32

Browse files
committed
Add XLEAK
1 parent 4022e28 commit 897af32

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ext/odbc/tests/odbc_connect_001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ if (strpos($dsn, '=') === false) {
1010
}
1111
include 'skipif.inc';
1212
?>
13+
--XLEAK--
14+
A bug in msodbcsql causes a memory leak when reconnecting after closing. See GH-12306
1315
--FILE--
1416
<?php
1517

ext/pdo_odbc/tests/basic_connection.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ if (!$dsn || strpos($dsn, '=') === false) {
1111
die('skip');
1212
}
1313
?>
14+
--XLEAK--
15+
A bug in msodbcsql causes a memory leak when reconnecting after closing. See GH-12306
1416
--FILE--
1517
<?php
1618
$dsnWithCredentials = getenv('PDO_ODBC_TEST_DSN');

0 commit comments

Comments
 (0)