Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Upgrade to php 7.4.14
  • Loading branch information
zalawi authored Jan 18, 2021
1 parent e855475 commit 070e50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (

const (
ezPHPWebsite = "https://github.com/marcomilon/ezphp"
downloadURL = "https://windows.php.net/downloads/releases/php-7.4.13-nts-Win32-vc15-x64.zip"
installFolder = "php-7.4.13"
downloadURL = "https://windows.php.net/downloads/releases/php-7.4.14-nts-Win32-vc15-x64.zip"
installFolder = "php-7.4.14"
)

func main() {
Expand Down

0 comments on commit 070e50f

Please sign in to comment.