Skip to content

Commit

Permalink
Update PHP to version 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Dec 21, 2023
1 parent 106ffba commit 4eea362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/download/http.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Copy-Item ".\downloads\apktool.jar" "$TOOLS\bin\apktool.jar" -Force
Copy-Item "setup\utils\apktool.bat" "$TOOLS\bin\apktool.bat" -Force

# https://windows.php.net/download
Get-FileFromUri -uri "https://windows.php.net/downloads/releases/php-8.3.0-nts-Win32-vs16-x64.zip" -FilePath ".\downloads\php.zip"
Get-FileFromUri -uri "https://windows.php.net/downloads/releases/php-8.3.1-nts-Win32-vs16-x64.zip" -FilePath ".\downloads\php.zip"
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\php.zip" -o"$TOOLS\php" | Out-Null

# https://hashcat.net/hashcat/
Expand Down

0 comments on commit 4eea362

Please sign in to comment.