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:
@@ -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
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user