We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bb9bc commit 5ed5838Copy full SHA for 5ed5838
ext/odbc/tests/odbc_persistent_close.phpt
@@ -5,6 +5,10 @@ odbc
5
--SKIPIF--
6
<?php
7
8
+if (getenv('SKIP_ASAN')) {
9
+ die('skip libmsodbcsql leaks, see https://github.com/php/php-src/pull/12132#issuecomment-1710392299.');
10
+}
11
+
12
include 'skipif.inc';
13
14
// The test can affect multiple drivers, but testing it is driver-specific.
0 commit comments