diff --git a/UPGRADING b/UPGRADING index 8ffbbbb5a73..b67ae6d61c6 100644 --- a/UPGRADING +++ b/UPGRADING @@ -413,6 +413,10 @@ PHP 8.0 UPGRADE NOTES 12. Windows Support ======================================== +- php-test-pack: + . The test runner has been renamed from run-test.php to run-tests.php, to + match its name in php-src. + ======================================== 13. Other Changes ======================================== diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index f4155308af9..6f1f071148f 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -496,7 +496,7 @@ $dirs = array( foreach ($dirs as $dir) { copy_test_dir($dir, $test_dir); } -copy('run-tests.php', $test_dir . '/run-test.php'); +copy('run-tests.php', $test_dir . '/run-tests.php'); /* change this next line to true to use good-old * hand-assembled go-pear-bundle from the snapshot template */