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

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Moreno Quinteiro committed Aug 7, 2019
1 parent 11c40b5 commit d6d6e13
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 138 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message "Downloading PHP binaries for Windows..."
rm -Rf bin
mkdir bin
cd bin
curl -o php.zip https://windows.php.net/downloads/releases/php-5.6.36-Win32-VC11-x86.zip
curl -o php.zip https://windows.php.net/downloads/releases/archives/php-5.6.36-Win32-VC11-x86.zip
message "Extracting PHP binary..."
unzip php.zip -d ./php
rm php.zip
Expand Down
Loading

0 comments on commit d6d6e13

Please sign in to comment.