From 0e1addf8b51f6d429b00cb096d9d26e76a9c932b Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Fri, 3 Oct 2025 23:11:47 +0200 Subject: [PATCH 1/2] Skip mysqli_fetch_all_data_types_variation.phpt on PPC runner --- .../tests/fetch/mysqli_fetch_all_data_types_variation.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/mysqli/tests/fetch/mysqli_fetch_all_data_types_variation.phpt b/ext/mysqli/tests/fetch/mysqli_fetch_all_data_types_variation.phpt index 594980ec0f8..81c15d53b84 100644 --- a/ext/mysqli/tests/fetch/mysqli_fetch_all_data_types_variation.phpt +++ b/ext/mysqli/tests/fetch/mysqli_fetch_all_data_types_variation.phpt @@ -4,6 +4,9 @@ mysqli_fetch_all() data types variation mysqli --SKIPIF-- From a48de0a057ba7f33fafdfc605811ef6c1e726133 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Fri, 3 Oct 2025 23:12:46 +0200 Subject: [PATCH 2/2] Skip proc_open_multiplex.phpt on PPC runner --- .../tests/general_functions/proc_open_multiplex.phpt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/standard/tests/general_functions/proc_open_multiplex.phpt b/ext/standard/tests/general_functions/proc_open_multiplex.phpt index 63e856b29c3..798b5e74c47 100644 --- a/ext/standard/tests/general_functions/proc_open_multiplex.phpt +++ b/ext/standard/tests/general_functions/proc_open_multiplex.phpt @@ -1,5 +1,11 @@ --TEST-- Multiplexing of child output +--SKIPIF-- + --FILE--