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

Add XLEAK for some msodbcsql tests (#12615)

This commit is contained in:
Saki Takamachi
2023-11-08 02:11:54 +09:00
committed by GitHub
parent be2401ab61
commit 61c251d7bc
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ if (strpos($dsn, '=') === false) {
}
include 'skipif.inc';
?>
--XLEAK--
A bug in msodbcsql causes a memory leak when reconnecting after closing. See GH-12306
--FILE--
<?php

View File

@@ -11,6 +11,8 @@ if (!$dsn || strpos($dsn, '=') === false) {
die('skip');
}
?>
--XLEAK--
A bug in msodbcsql causes a memory leak when reconnecting after closing. See GH-12306
--FILE--
<?php
$dsnWithCredentials = getenv('PDO_ODBC_TEST_DSN');