windows: Update to PHP 8.2 build rather than EOL PHP 7.4
This commit is contained in:
@@ -36,7 +36,7 @@ If defined PHP_BIN goto SkipBinSearch
|
|||||||
If not exist C:\PHP\php.exe (
|
If not exist C:\PHP\php.exe (
|
||||||
echo Attempting to download and setup Windows PHP release.
|
echo Attempting to download and setup Windows PHP release.
|
||||||
If not exist php.zip (
|
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 }"
|
powershell -NoProfile -command "& { Expand-Archive php.zip -DestinationPath C:\PHP }"
|
||||||
If not exist VC_redist.x64.exe (
|
If not exist VC_redist.x64.exe (
|
||||||
|
|||||||
Reference in New Issue
Block a user