Skip to content
Closed
No due date
Closed May 26, 2021
100% complete

Added

  • The container now compiles and makes available the Swoole extension, at version 4.6.7.

Changed

  • The markdownlint ruleset now disables MD031 (Fenced code blocks should be surrounded by blank lines) for list items, as adding blank lines will otherwise cause the list to end.

  • The container now adds a mods-available directory with configuration files available to add for purposes of enabling an extension. Other scripts can add these to the appropriate PHP versions as needed.

  • The container now adds a mods-install directory, with scripts for building and/or otherwise installing extensions when creating the container. All scripts in this directory are run as a single build step. Currently, it contains scripts for installing the sqlsrv extension, and compiling and installing the Swoole extension. (The logic for installing the sqlsrv extension was pulled out of the Dockerfile.)

  • The container now adds a scripts directory, with scripts that can be used by the entrypoint. The logic for determining which extensions to enable and how to enable them has been moved to scripts/extensions.sh. The goal of this change is to simplify the entrypoint script.

List view

    There are no open issues in this milestone

    Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.