- Table of Contents
- Published Images
- Upgrade Composer from 1.10.17 to 2.0.7.
- Upgrade Composer from 1.10.16 to 1.10.17.
- Upgrade Composer from 1.10.15 to 1.10.16.
- Upgrade Composer from 1.10.13 to 1.10.15.
- Upgrade Composer from 1.10.10 to 1.10.13.
- Upgrade Composer from 1.10.6 to 1.10.10.
- 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.
- Upgrade Composer from 1.10.1 to 1.10.5.
- Upgrade Composer from 1.9.3 to 1.10.1.
- Upgrade Composer from 1.9.1 to 1.9.3.
- Start building images through Docker Hub instead of Travis.
- 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.
- Don't install PHP-X by default.
- Don't install Swoole extensions by default.
- Allow to autoreload on PHP file changes only.
- Upgrade Composer from 1.9.0 to 1.9.1.
- Pass the number of CPU cores to the -j option when using make.
- 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.
- 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.
- Start building development images.
- Add new example on debugging PHP code with gdb.
- Allow to autoreload specific or all Supervisord programs.
- Allow to run PHP scripts automatically when booting containers.
- Support zlib.
First base image published.