From 6256e5feaae4afe66e5e5d4db3cb77b4c6d7fbf0 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sat, 21 Jan 2023 05:44:54 -0600 Subject: [PATCH] windows: Update to PHP 8.2 build rather than EOL PHP 7.4 --- phoronix-test-suite.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoronix-test-suite.bat b/phoronix-test-suite.bat index c277844e1..e6c7c12c0 100644 --- a/phoronix-test-suite.bat +++ b/phoronix-test-suite.bat @@ -36,7 +36,7 @@ If defined PHP_BIN goto SkipBinSearch If not exist C:\PHP\php.exe ( echo Attempting to download and setup Windows PHP release. If not exist php.zip ( -powershell -NoProfile -command "& { $ProgressPreference = 'SilentlyContinue'; iwr http://phoronix-test-suite.com/benchmark-files/php-7.4.2-Win32-vc15-x64.zip -OutFile php.zip; $ProgressPreference = 'Continue' }" +powershell -NoProfile -command "& { $ProgressPreference = 'SilentlyContinue'; iwr http://phoronix-test-suite.com/benchmark-files/php-8.2.1-Win32-vs16-x64.zip -OutFile php.zip; $ProgressPreference = 'Continue' }" ) powershell -NoProfile -command "& { Expand-Archive php.zip -DestinationPath C:\PHP }" If not exist VC_redist.x64.exe (