Skip to content

Instantly share code, notes, and snippets.

View kdallas's full-sized avatar

Larry Browning kdallas

View GitHub Profile
@kdallas
kdallas / php-git-bash-win.sh
Last active March 3, 2023 02:00 — forked from andkirby/php-git-bash-win.sh
Download PHP binaries archive on Windows from GitBash console or similar
#!/usr/bin/env bash
################################################################################
# This script can install PHP binaries on Windows in Bash.
# -- quick hacked together update for downloading PHP v5.6.40
#
# Link to this file:
# https://gist.github.com/kdallas/3726bcc7b86a1a270f6b955696e55c2b/raw/php-git-bash-win.sh
#
# Download latest version by command in GitBash Windows console:
# $ curl -Ls bit.ly/php-bash-win | bash