1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

Merge branch 'PHP-8.3'

* PHP-8.3:
  [skip ci] Skip leaking odbc test on asan
This commit is contained in:
Ilija Tovilo
2023-09-08 11:08:27 +02:00
@@ -5,6 +5,10 @@ odbc
--SKIPIF--
<?php
if (getenv('SKIP_ASAN')) {
die('skip libmsodbcsql leaks, see https://github.com/php/php-src/pull/12132#issuecomment-1710392299.');
}
include 'skipif.inc';
// The test can affect multiple drivers, but testing it is driver-specific.