1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  Fix variable assignment for PHP argument escaping in `run-tests.php` (#20799)
This commit is contained in:
Alexandre Daubois
2025-12-29 14:50:19 +01:00

View File

@@ -1833,8 +1833,8 @@ function run_test(string $php, $file, array $env): string
$skipCache = new SkipCache($enableSkipCache, $cfg['keep']['skip']);
}
$orig_php = $php;
$php = escapeshellarg($php);
$orig_php = $php;
$retried = false;
retry: