https://github.com/linuxeye/docker-php-fpm-5.3
https://github.com/linuxeye/docker-php-fpm-5.3
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxeye/docker-php-fpm-5.3
- Owner: linuxeye
- License: mit
- Created: 2023-03-06T05:19:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T00:11:11.000Z (9 months ago)
- Last Synced: 2025-07-04T14:51:47.220Z (7 months ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP-FPM 5.3
**Available Architectures:** `amd64`, `arm64`
This repository will provide you a fully functional PHP-FPM 5.3 Docker image built from [official sources](http://museum.php.net) nightly. Additional patches have been applied to enable FPM functionality. PHP 5.3 [reached EOL](https://secure.php.net/eol.php) on 14 Aug 2014 and thus, official docker support was dropped. It provides the base for [LinuxEye PHP-FPM Docker images](https://github.com/linuxeye/docker-php-fpm).
## 🐋 Available Docker tags
[](https://hub.docker.com/r/bypanel/php-fpm-5.3)
[`latest`][tag_latest] [`stretch`][tag_stretch]
```bash
docker pull bypanel/php-fpm-5.3
```
#### Rolling releases
The following Docker image tags are rolling releases and are built and updated every night.
| Docker Tag | Git Ref | Available Architectures |
|-----------------------------|---------|---------------------------|
| **[`latest`][tag_latest]** | main | `amd64`, `arm64` |
| [`stretch`][tag_stretch] | main | `amd64`, `arm64` |
[tag_latest]: https://github.com/linuxeye/docker-php-fpm-5.3/blob/main/Dockerfile.latest
[tag_stretch]: https://github.com/linuxeye/docker-php-fpm-5.3/blob/main/Dockerfile.stretch
**Findme:**
**🐱** [linuxeye](https://github.com/linuxeye)
**🐋** [bypanel](https://hub.docker.com/r/bypanel)