Skip to content

Latest commit

 

History

History
170 lines (126 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

170 lines (126 loc) · 3.92 KB

Table of Contents

Published Images

4.5.9

Changed

  • Upgrade Composer from 1.10.17 to 2.0.7.

4.4.22 and 4.5.7

Changed

  • Upgrade Composer from 1.10.16 to 1.10.17.

4.5.6

Changed

  • Upgrade Composer from 1.10.15 to 1.10.16.

4.5.5

Changed

  • Upgrade Composer from 1.10.13 to 1.10.15.

4.4.21 and 4.5.4

Changed

  • Upgrade Composer from 1.10.10 to 1.10.13.

4.4.20 and 4.5.3

Changed

  • Upgrade Composer from 1.10.6 to 1.10.10.

4.4.19 and 4.5.2

4.5.1

Changed

  • Upgrade Composer from 1.10.5 to 1.10.6.
  • If statement "exit" or "exit 0" is used in booting scripts, you need to replace them with a "return" statement.
  • Stop allowing to run PHP scripts directly when booting containers.

4.5.0

4.4.18

Changed

  • Upgrade Composer from 1.10.1 to 1.10.5.

4.4.17

Changed

  • Upgrade Composer from 1.9.3 to 1.10.1.

4.4.16

4.4.15

Changed

  • Upgrade Composer from 1.9.1 to 1.9.3.
  • Start building images through Docker Hub instead of Travis.

4.4.14

Added

  • Support PHP 7.4; latest image is built using PHP 7.4.
  • Add new example on how to install PHP-X.
  • Add new examples on how to install Swoole extensions.
  • Support integration with Blackfire.
  • Add new example on debugging PHP code with Blackfire.
  • Support integration with Sdebug (a fork of Xdebug).
  • Add new example on debugging PHP code with Sdebug.

Changed

  • Don't install PHP-X by default.
  • Don't install Swoole extensions by default.

4.4.13

Changed

  • Allow to autoreload on PHP file changes only.
  • Upgrade Composer from 1.9.0 to 1.9.1.

4.4.12

Changed

  • Pass the number of CPU cores to the -j option when using make.

4.4.8

Added

  • PHP-X included.
  • Swoole extension zookeeper included.
  • Add git, lsof, and vim in the development images.
  • Add examples on debugging PHP code with Valgrind and strace.
  • Add new example on disabling the default web server.

Changed

  • Allow to disable the default web server when starting Docker container.
  • Allow Docker container to keep running even no any Supervisor program defined.
  • Start including Dockerfiles in the source code.

4.4.7

Added

  • Start building development images.
  • Add new example on debugging PHP code with gdb.

Changed

  • Allow to autoreload specific or all Supervisord programs.

4.4.6

Changed

  • Allow to run PHP scripts automatically when booting containers.

4.4.5

Changed

  • Support zlib.

4.3.6

First base image published.