Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivammathur/php5-ubuntu
Scripts to install the end-of-life PHP versions on Ubuntu 22.04, 20.04 and 18.04 amd64
https://github.com/shivammathur/php5-ubuntu
php php5 php53 php54 php55 ubuntu
Last synced: 4 months ago
JSON representation
Scripts to install the end-of-life PHP versions on Ubuntu 22.04, 20.04 and 18.04 amd64
- Host: GitHub
- URL: https://github.com/shivammathur/php5-ubuntu
- Owner: shivammathur
- License: mit
- Created: 2020-02-08T15:32:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T11:30:59.000Z (9 months ago)
- Last Synced: 2024-09-29T19:21:49.927Z (4 months ago)
- Topics: php, php5, php53, php54, php55, ubuntu
- Language: Shell
- Homepage: https://github.com/shivammathur/php5-ubuntu/releases/tag/builds
- Size: 166 MB
- Stars: 27
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP5 for ubuntu
> 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
```bash
curl -sSL https://github.com/shivammathur/php5-ubuntu/releases/latest/download/install.sh | bash -s 5.3
```### PHP 5.4
```bash
curl -sSL https://github.com/shivammathur/php5-ubuntu/releases/latest/download/install.sh | bash -s 5.4
```### PHP 5.5
```bash
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](LICENSE "License for shivammathur/php5-ubuntu").
- The library binaries have been sourced from [Ubuntu](https://packages.ubuntu.com/ "Ubuntu Packages Repository") package archive.
- This project has multiple [dependencies](#dependencies "Dependencies of shivammathur/php5-ubuntu"). Their licenses can be found in their respective repositories.## Dependencies
- [Libraries](https://github.com/shivammathur/php5-ubuntu/tree/main/deps "Libraries for old PHP")
- [APCu](https://github.com/krakjoe/apcu "APCu PHP extension")
- [Imagick](https://github.com/Imagick/imagick "Imagick PHP extension")
- [PEAR](https://github.com/pear/pear-core "PEAR to install extensions")
- [PHP](https://github.com/php/php-src "PHP upstream")
- [PhpRedis](https://github.com/phpredis/phpredis "Redis PHP extension")
- [Xdebug](https://github.com/xdebug/xdebug "Xdebug PHP extension")
- [Zend OPCache](https://github.com/zendtech/ZendOptimizerPlus "Zend OPCache extension")
- [Zstandard](https://github.com/facebook/zstd "Zstandard compression algorithm")