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
commit 6fac4d0ff2
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -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.