This repository was archived by the owner on Oct 3, 2024. It is now read-only.
Releases: liteacz/php
Releases · liteacz/php
Third alpha release
Updated script to be non-bash compatible
Second alpha release
In this release we:
- use https://github.com/mlocati/docker-php-extension-installer to install PHP extensions
- build both alpine and debian images
First alpha release for PHP 8.1
v3.0.0-alpha.1 Upgrade master to PHP 8.1
Release v2.2.0
Update composer hash to support the latest published version
Add support for CLI image
v2.1.0 Install ssh client and git together with composer
Minor bugfixes to CLI image
v2.1.0-alpha.3 Install git and openssh together with composer
Minor bugfixes to CLI image
- removed php-fpm command from dockerfile
- installed git and ssh client together with composer
Add support for CLI image
This version adds php's CLI image as an alternative version to FPM. lit.sh
and docker-entrypoint.sh
scripts are extracted to the repository root so they're available to both CLI and FPM versions.
Changes to xdebug 3 configuration
This release upgrades xdebug installation script to use it's v3 configuration instead of the previous v2.
Small bugfixes
Small fixes introduced in #4 (thanks @chrudosvorlicek)