Skip to content

Releases: shinsenter/php

5.7.0

5.7.0 Pre-release
Pre-release

Choose a tag to compare

@shinsenter shinsenter released this 16 Jul 15:30
d7974e5

What's Changed

New Contributors

Full Changelog: 5.6.0...5.7.0

5.6.0

Choose a tag to compare

@shinsenter shinsenter released this 20 Nov 13:16
595f781

What's Changed

New Contributors

Full Changelog: 5.5.0...5.6.0

5.5.0

Choose a tag to compare

@shinsenter shinsenter released this 03 Jul 14:08
244a4f9

What's Changed

Full Changelog: 5.4.0...5.5.0

5.4.0

Choose a tag to compare

@shinsenter shinsenter released this 22 Nov 02:13
5b67d3b

What's Changed

Full Changelog: 5.3.0...5.4.0

5.3.0

Choose a tag to compare

@shinsenter shinsenter released this 21 Aug 03:59
d355a35

Version 5.3

  • Only updating Docker images for maintained PHP versions to save resources on scheduled builds.
  • Allow downloading the source code if the value of $INITIAL_PROJECT is a URL to a *.zip or *.tar.gz file.
  • Added Docker images for EspoCRM, Magento Open Source.
  • Added the $SUPERVISOR_PHP_COMMAND variable to allow a custom command that the container will use to serve your application.
  • Added a mechanism called "hooks", to trigger shell scripts during specific events. It will be useful, allowing users to add custom scripts such as migration scripts when the container starts, or after a project is newly created by Composer. I will document it in a later release.
  • Various minor improvements.

5.2.0

Choose a tag to compare

@shinsenter shinsenter released this 10 Aug 07:59
56a9506

Version 5.2

  • The Docker images with -tidy tags are no longer supported. Please switch to -alpine images.
  • We’re working on improving build speed and resource efficiency.
  • Our new workflow creates two types of Docker images: stable images and development images (with dev- tags).
  • We’ve stopped maintaining Docker images for Crater, FuelPHP, and PHPixie due to their inactive development.
  • You can also easily set up cron jobs through the $CRONTAB_SETTINGS environment variable in the docker-compose.yml file.

5.1.0

Choose a tag to compare

@shinsenter shinsenter released this 01 Aug 11:46
2b8681d

Version 5.1

We have updated the behavior of the environment variables used to change PHP configurations to enhance container performance:

  • By default, the $PHP_* environment variables only take effect when set before starting the container.
  • To dynamically change PHP configurations using $PHP_* environment variables while running commands within the container, you need to start your container with the ALLOW_RUNTIME_PHP_ENVVARS=1 environment variable.

Other updates:

  • Added Docker images for PHP versions 5.6, 7.0, and 8.4-rc.
  • Added Docker images for RoadRunner.
  • Added Docker images for Bedrock, CakePHP 5 and Spiral.
  • Improved SSL configuration for FrankenPHP containers.
  • Removed warning messages from Nginx related to the HTTP2 directive.
  • Fixed read/write permission issues in container directories.
  • Resolved bugs in WordPress containers.
  • Updated descriptions for Docker images on Docker Hub.
  • Updated greeting message content upon container startup.
  • Enhanced GitHub actions for building Docker images.
  • Various minor improvements.

5.0.3

Choose a tag to compare

@shinsenter shinsenter released this 12 Mar 10:36
3550b7a

Added containers for Sulu CMS, updated descriptions for DockerHub repositories.

5.0.2

Choose a tag to compare

@shinsenter shinsenter released this 23 Feb 14:10
961826a

Tightened Apache directory permissions to deny access to dotfiles and system directories.
This also fixes #59.

5.0.1

Choose a tag to compare

@shinsenter shinsenter released this 16 Feb 05:34
b4ae008

We have made some minor improvements to the content of debug messages and variable naming.