Commit ca9305eb2c5 for php.net

commit ca9305eb2c5deed18012ab1cae28c58a316573c0
Merge: 709c2f73aa4 ee5fc4a0300
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Mon Jan 19 14:39:13 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix run-tests.php -s flag

diff --cc run-tests.php
index d7cd07f7c66,195d17fa0a0..634beffa533
--- a/run-tests.php
+++ b/run-tests.php
@@@ -701,8 -697,10 +701,9 @@@ function main(): voi
      write_information($user_tests, $phpdbg);

      if ($test_cnt) {
-         putenv('NO_INTERACTION=1');
+         $exts_tested = [];
+         $exts_skipped = [];
          usort($test_files, "test_sort");
 -        $start_timestamp = time();
          $start_time = hrtime(true);

          echo "Running selected tests.\n";