From 15766e615264620427c2db37061ca9614d3b7319 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 10 Aug 2024 22:59:31 +0200 Subject: [PATCH] tests: Fix PHP ZTS detection PHP 8.4 changed the PHP_ZTS constant to bool: https://www.github.com/php/php-src/pull/13079 As a result, the tests that fail with ZTS would no longer be skipped. --- tests/apc54_014.phpt | 2 +- tests/ghbug176.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/apc54_014.phpt b/tests/apc54_014.phpt index e3591c39..fcfb92b6 100644 --- a/tests/apc54_014.phpt +++ b/tests/apc54_014.phpt @@ -3,7 +3,7 @@ APC: Bug #61742 preload_path does not work due to incorrect string length (varia --SKIPIF-- diff --git a/tests/ghbug176.phpt b/tests/ghbug176.phpt index 8b1dd05d..23649cf6 100644 --- a/tests/ghbug176.phpt +++ b/tests/ghbug176.phpt @@ -3,7 +3,7 @@ APC: GH Bug #176 preload_path segfaults with bad data --SKIPIF--