From: Remi Collet Date: Wed, 9 Jun 2021 09:46:36 +0000 (+0200) Subject: ignore new "full_path" member in 8.1 X-Git-Tag: v1.0.3~6^2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=commitdiff_plain;h=3b75b75ca2c8fde273b244052bb60f9cb4a56072 ignore new "full_path" member in 8.1 --- diff --git a/tests/002.phpt b/tests/002.phpt index e46df77..50ca235 100644 --- a/tests/002.phpt +++ b/tests/002.phpt @@ -70,6 +70,9 @@ mike --FILE-- $v) { + unset($_FILES[$i]['full_path']); // only in 8.1 +} var_dump($_POST, $_FILES); ?> diff --git a/tests/003.phpt b/tests/003.phpt index 7cfd9ca..94b8989 100644 --- a/tests/003.phpt +++ b/tests/003.phpt @@ -70,6 +70,9 @@ mike --FILE-- $v) { + unset($_FILES[$i]['full_path']); // only in 8.1 +} var_dump($_POST, $_FILES); ?>