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
GitHub: https://github.com/chillfox/php-download.sh
Hi
This script was written before Replit changed to using Nix.
With the new Nix environment you can enable PHP 8.0 like this:
If you still want to try and use the script then you can simply run in in bash by typing: ./php-download 8.0
But unfortunately, I don't think it works anymore under the Nix environment.
Script to install PHP 7.3, 7.4 and 8.0
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:
GitHub: https://github.com/chillfox/php-download.sh
Hi
@Luigga2211This script was written before Replit changed to using Nix.
With the new Nix environment you can enable PHP 8.0 like this:
If you still want to try and use the script then you can simply run in in bash by typing: ./php-download 8.0
But unfortunately, I don't think it works anymore under the Nix environment.