Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  [skip ci] Skip slow tidy test on asan
This commit is contained in:
Ilija Tovilo 2023-02-17 14:56:53 +01:00
commit eed0fb925f
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -6,6 +6,7 @@ tidy
<?php
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
if (getenv("SKIP_ASAN")) die("skip too big for asan");
?>
--INI--
memory_limit="5G"