Skip to content

Commit 7bce1b1

Browse files
committed
Fix README.md [skip ci]
1 parent c2b3e8f commit 7bce1b1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
> Scripts to install end of life PHP versions.
88
9-
PHP versions in this project have reached end of life and should not be used except for testing backward-compatibility. This project aims to provide old PHP for GitHub Actions Ubuntu runners. You might need some more libraries if using this elsewhere.
9+
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.
10+
11+
The aim is to provide old PHP for GitHub Actions Ubuntu runners. You might need some more libraries if using this elsewhere.
1012

1113
## Usage
1214

@@ -28,17 +30,13 @@ curl -sSL https://github.com/shivammathur/php5-ubuntu/releases/latest/download/i
2830
## License
2931

3032
- The code and documentation in this project is licensed under the [MIT license](LICENSE "License for shivammathur/php5-ubuntu").
31-
- The PHP packages except for PHP 5.3 have been sourced from [Dotdeb Releases](https://www.dotdeb.org/ "Dotdeb PHP releases").
3233
- The library binaries have been sourced from [Ubuntu](https://packages.ubuntu.com/ "Ubuntu Packages Repository") package archive.
3334
- This project has multiple [dependencies](#dependencies "Dependencies of shivammathur/php5-ubuntu"). Their licenses can be found in their respective repositories.
3435

3536
## Dependencies
3637

37-
- [PHP 5.3 libraries](https://github.com/shivammathur/php5-ubuntu/tree/main/php-5.3/deps "Libraries for PHP 5.3")
38-
- [PHP 5.4 libraries](https://github.com/shivammathur/php5-ubuntu/tree/main/php-5.4/deps "Libraries for PHP 5.4")
39-
- [PHP 5.5 libraries](https://github.com/shivammathur/php5-ubuntu/tree/main/php-5.5/deps "Libraries for PHP 5.5")
38+
- [Libraries](https://github.com/shivammathur/php5-ubuntu/tree/main/deps "Libraries for old PHP")
4039
- [APCu](https://github.com/krakjoe/apcu "APCu PHP extension")
41-
- [Dotdeb](https://www.dotdeb.org/ "Dotdeb PHP releases")
4240
- [Imagick](https://github.com/Imagick/imagick "Imagick PHP extension")
4341
- [PEAR](https://github.com/pear/pear-core "PEAR to install extensions")
4442
- [PHP](https://github.com/php/php-src "PHP upstream")

0 commit comments

Comments
 (0)