Commit 71a01794cc9 for php.net

commit 71a01794cc96b2f6695bb1c81b3a5f953612316e
Author: Jakub Zelenka <bukka@php.net>
Date:   Sat Mar 7 13:05:32 2026 +0100

    Add back FPM_RUN_RESOURCE_HEAVY_TESTS

diff --git a/sapi/fpm/tests/proc-idle-timeout.phpt b/sapi/fpm/tests/proc-idle-timeout.phpt
index 456faf26fd7..6be251f1d20 100644
--- a/sapi/fpm/tests/proc-idle-timeout.phpt
+++ b/sapi/fpm/tests/proc-idle-timeout.phpt
@@ -5,7 +5,7 @@
 --SKIPIF--
 <?php
 include "skipif.inc";
-if (!getenv("RUN_RESOURCE_HEAVY_TESTS")) die("skip resource-heavy test");
+if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip FPM resource-heavy test");
 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
 ?>
 --FILE--