Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  [skip ci] Skip arginfo_zpp_mismatch on asan
This commit is contained in:
Ilija Tovilo 2023-09-11 11:35:51 +02:00
commit 1c93cdcea4
No known key found for this signature in database
GPG key ID: A4F5D403F118200A
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
Test that there is no arginfo/zpp mismatch
--SKIPIF--
<?php
if (getenv('SKIP_ASAN')) die("skip Intermittently crashes lsan");
if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
?>
--FILE--

View file

@ -2,6 +2,7 @@
Test that there is no arginfo/zpp mismatch in strict mode
--SKIPIF--
<?php
if (getenv('SKIP_ASAN')) die("skip Intermittently crashes lsan");
if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
?>
--FILE--