From 8c5faf7ad1a28edd7c20a474602b77c3ebae911e Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 13 Apr 2020 23:24:40 +0200 Subject: [PATCH] Fix #79472: ext/ffi/tests/040.phpt TC fails on Big endian arch For now we are choosing the simplest solution, namely to skip the test on big-endian architectures. --- ext/ffi/tests/040.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ext/ffi/tests/040.phpt b/ext/ffi/tests/040.phpt index 24bcfb6307..54f48f809e 100644 --- a/ext/ffi/tests/040.phpt +++ b/ext/ffi/tests/040.phpt @@ -1,7 +1,12 @@ --TEST-- FFI 040: Support for scalar types --SKIPIF-- - + --INI-- ffi.enable=1 --FILE-- -- 2.50.0