Skip to content

Releases: devilbox/docker-php-fpm

0.151 🌈

10 Jan 11:39
0420235
Compare
Choose a tag to compare

Changes

  • Allow to use supervisorctl to be able to reload PHP configuration wit… @cytopia (#268)

0.150 🌈

02 Jan 10:24
efcd621
Compare
Choose a tag to compare

Changes

0.149 🌈

28 Dec 10:57
26c4fb5
Compare
Choose a tag to compare

Changes

0.148 🌈

26 Dec 15:18
8e71550
Compare
Choose a tag to compare

Release v0.148

Added wscat tool to work with websockets

0.147 🌈

15 Dec 09:03
06cb912
Compare
Choose a tag to compare

Release 0.147

Fixes

  • Fixed wkhtmltopdf version finder during install
  • Fixed wp-cli runtime requirements (needs less in order to function)

Changes

0.146

12 Dec 12:44
0.146
28a4f2a
Compare
Choose a tag to compare

Release 0.146

This release adds lots of documentation about recently added features.

Added

  • Documentation

Changed

  • streamlined php_tools/ and php_modules/ definitions
  • Release 0.146 by @cytopia in #256

Full Changelog: 0.145...0.146

0.145

10 Dec 17:45
0.145
ff61a45
Compare
Choose a tag to compare

Release 0.145

This is a massive restructuring release, which adds another layer on top of Ansible to easily manage/edit/add PHP tools and to configure their respective order of building and installing.

Additionally it introduces a new flavour: slim which is an intermediated stage between prod and work. It allows for a slim image with only required cli tools to work with the Devilbox.

Added

  • New PHP Flavour: slim
  • Added mhsendmail for arm64 architecture
  • Added wkhtmltopdf for arm64 architecture #252
  • Added taskfile (https://taskfile.dev/)
  • Added mechanism to easily build custom images with custom set of PHP tools
  • Added automated PHP tools dependency resolver (order of built is always correct)
  • Added tons of documentation

Changed

  • Split out PHP tools into separate directories

Fixed

  • Fixed xdebug build

Removed

Issues/PRs

The following Issues/PR's will be resolved/closed:

Installed Tools

Tools are now listed on a per image base (auto-generated in order to keep up-to-date with actual state):

Tool 5.2 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
angular-cli
asgardcms
awesome-ci
codeception
composer
corepack
deployer
eslint
git
git-flow
grunt-cli
gulp
jq
jsonlint
laravel-installer
laravel-lumen
linkcheck
mdl
mdlint
mupdf-tools
node
npm
nvm
phalcon-devtools
php-cs-fixer
phpcbf
phpcs
phpmd
phpunit
pip
pm2
pwncat
rsync
sass
shellcheck
ssh
stylelint
svn
symfony-cli
taskfile
tig
vim
vue-cli
webpack-cli
wkhtmltopdf
wp-cli
yamllint
yarn
yq
zsh

What's Changed

Full Changelog: 0.144...0.145

0.144

01 Dec 20:53
0.144
8d305b3
Compare
Choose a tag to compare

Release 0.144

This is a massive restructuring release, which adds another layer on top of Ansible to easily manage/edit/add PHP extensions and to configure their respective order of building and loading.

Added

  • Added PHP extension: lz4
  • Added PHP extension: lzf
  • Added PHP extension: zstd
  • Added mechanism to easily build custom images with custom set of PHP extensions
  • Added automated PHP extension dependency resolver (order of built is always correct)
  • Added tons of documentation
  • Added contributors to Credit section

Changed

  • Added serializer for Redis extension: lz4, lzf and zstd
  • Restructured Documentation
  • Split out PHP extensions into separate directories

Pull Request

Full Changelog: 0.143...0.144

Release 0.143

27 Nov 22:45
0.143
cb046dd
Compare
Choose a tag to compare

Release 0.143

Changed

  • Added phalcon 5.x to PHP 8.0 and PHP 8.1 by @cytopia in #250

Full Changelog: 0.142...0.143

Release 0.142

21 Nov 09:40
0.142
70e3fc6
Compare
Choose a tag to compare

What's Changed

  • symfony cli new way of install (from symfony-cli/symfony-cli) by @mrLexx in #247
  • wkhtmltopdf new way of install (from wkhtmltopdf/packaging) by @mrLexx in #245
  • drupalconsole the old way of get DURL was wrong by @mrLexx in #246
  • Release 0.142 by @cytopia in #249
  • Fix build pipelines
  • Fix phalcon mod installation
  • Fix swoole mod installation
  • Fix installation of NodeJS
  • Fixed installation of PostgreSQL client for PHP 5.6
  • Fixed installation of PostgreSQL client for PHP 7.0
  • Disabled Phalcon Devtools for PHP 7.4 as it breaks

New Contributors

Full Changelog: 0.141...0.142