Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 433 Bytes

php-download.sh

Script to install PHP in Replit from source.

TLDR;

Run this to install PHP 8.0

curl https://raw.githubusercontent.com/chillfox/php-download.sh/main/php-download.sh | bash -s 8.0

Usage

The script can install any versions of php that are listed on https://www.php.net/downloads

The major and minor version to be installed must be passed to the script like this:

./php-download 8.0