Skip to content

Scripts to install the end-of-life PHP versions on Ubuntu 20.04 and 18.04 amd64

License

Notifications You must be signed in to change notification settings

setup-php/php5-ubuntu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP5 for ubuntu

Build status LICENSE PHP Versions Supported

Scripts to install end of life PHP versions.

PHP versions in this project have reached end of life, so only use this project in isolated environments like a container, also only for testing backward-compatibility. Do not use this in production.

The aim is to provide old PHP for GitHub Actions Ubuntu runners. You might need some more libraries if using this elsewhere.

Usage

PHP 5.3

curl -sSL https://github.com/shivammathur/php5-ubuntu/releases/latest/download/install.sh | bash -s 5.3

PHP 5.4

curl -sSL https://github.com/shivammathur/php5-ubuntu/releases/latest/download/install.sh | bash -s 5.4

PHP 5.5

curl -sSL https://github.com/shivammathur/php5-ubuntu/releases/latest/download/install.sh | bash -s 5.5

License

  • The code and documentation in this project is licensed under the MIT license.
  • The library binaries have been sourced from Ubuntu package archive.
  • This project has multiple dependencies. Their licenses can be found in their respective repositories.

Dependencies

About

Scripts to install the end-of-life PHP versions on Ubuntu 20.04 and 18.04 amd64

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 73.6%
  • Dockerfile 24.1%
  • Roff 2.3%