You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
7
7
> Scripts to install end of life PHP versions.
8
8
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.
- 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").
32
33
- The library binaries have been sourced from [Ubuntu](https://packages.ubuntu.com/"Ubuntu Packages Repository") package archive.
33
34
- This project has multiple [dependencies](#dependencies"Dependencies of shivammathur/php5-ubuntu"). Their licenses can be found in their respective repositories.
34
35
35
36
## Dependencies
36
37
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")
0 commit comments