Add PHP version number to README files in cfg/ dir

This commit is contained in:
cytopia 2022-12-25 17:37:58 +01:00
parent dfda00d78a
commit 8b0788b403
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
38 changed files with 38 additions and 38 deletions

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 5.3 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 5.4 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 5.5 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 5.6 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 7.0 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 7.1 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 7.2 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 7.3 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 7.4 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 8.0 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 8.1 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP-FPM config directory # PHP-FPM 8.2 config directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 5.2 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 5.3 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 5.4 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 5.5 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 5.6 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 7.0 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 7.1 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 7.2 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 7.3 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 7.4 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 8.0 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 8.1 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# PHP ini directory # PHP 8.2 ini directory
## General ## General

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 5.2 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 5.3 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 5.4 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 5.5 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 5.6 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 7.0 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 7.1 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 7.2 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 7.3 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 7.4 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 8.0 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 8.1 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires

View File

@ -1,4 +1,4 @@
# Custom startup scripts (per PHP version) # Custom startup scripts (for PHP 8.2 only)
Any script inside this directory ending by `.sh` will be executed during the PHP container startup. Any script inside this directory ending by `.sh` will be executed during the PHP container startup.
This is useful to apply your custom settings such as installing software that usually requires This is useful to apply your custom settings such as installing software that usually requires