Skip to content

Commit 6d16ed5

Browse files
KingPinKingPin
authored andcommitted
docs: clarify deprecated PHP versions in README
State that PHP 7, 8 and 8.1 builds are no longer published and update the features list; remove the explicit "as of January 2025" date.
1 parent 22865b7 commit 6d16ed5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Multi-architecture PHP Docker images with extensive extensions for modern web de
55
[![Docker Pulls](https://img.shields.io/docker/pulls/kingpin/php-docker)](https://hub.docker.com/r/kingpin/php-docker)
66
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kingpin/php-docker/docker-ci.yml?branch=main)](https://github.com/kingpin/php-docker/actions/workflows/docker-ci.yml)
77

8-
> **⚠️ Deprecation Notice**: PHP 7.x and 8.1 builds are **no longer published** as of January 2025. Existing images remain available in registries for backwards compatibility. See [Deprecated Versions](#deprecated-versions) below.
8+
> **⚠️ Deprecation Notice**: PHP 7, 8 and 8.1 builds are **no longer published**. Existing images remain available in registries for backwards compatibility. See [Deprecated Versions](#deprecated-versions) below.
99
1010
## 🎯 Which Image Should I Use?
1111

@@ -17,7 +17,7 @@ See [v1 vs v2 comparison](#v1-vs-v2-comparison) below for details.
1717
## Features
1818

1919
- **Multi-Architecture Support**: Works on `amd64`, `arm64/aarch64` and `arm32v7/armhf` platforms
20-
- **Multiple PHP Versions**: PHP 8.2 and 8.3 (actively built); PHP 7.x and 8.1 deprecated
20+
- **Multiple PHP Versions**: PHP 8.2 and 8.3 (actively built); PHP 7, 8 and 8.1 deprecated
2121
- **Multiple Server Types**: CLI, FPM, and Apache
2222
- **Base OS Options**: Alpine (lightweight) and Debian (Bookworm/Bullseye)
2323
- **Extensive Extensions**: 30+ PHP extensions pre-installed

0 commit comments

Comments
 (0)