Releases: devilbox/docker-php-fpm
Releases · devilbox/docker-php-fpm
Release v0.131
Release 0.131
Added
- Added binary
sqlite3
to all PHP images #856 - Added binary
laravel
to PHP 8.0 and PHP 8.1 #823 - Added AVIF support in GD for PHP 8.1 #834
- Added extension
amqp
to PHP 8.0 and PHP 8.1 #826 - Added extension
uploadprogress
to PHP 8.0 and PHP 8.1 #158 - Added extension
imagick
to PHP 8.0 and PHP 8.1 - Added extension
rdkafka
to PHP 8.0 and PHP 8.1 - Added extension
xlswriter
to PHP 8.1 - Added extension
pdo_dblib
to PHP 8.1 - Added extension
uuid
to all PHP versions (except 5.2)
Changed
- Updated
php-cs-fixer
to latest version #219
Release v0.130
Release 0.130
Fixed
- Fixed correct keys for
apt
Added
- Added integration checks for
apt update
Release v0.129
Release v0.129
Fixed
- Pinned module:
uploadprogress
- Pinned module:
mongodb
- Pinned lib:
libenchant
- Pinned lib:
libicu
- Pinned lib:
libvpx
- Pinned PHP 8.0: devilbox/docker-php-fpm-8.0#16
- Pinned PHP 8.1: devilbox/docker-php-fpm-8.1#9
- Fixed
pgsql
apt key - Fixed
deployer
download on cert issues - Fixed
phpmd
download on cert issues - Fixed
phpunit
download on cert issues - Fixed
php-cs-fixer
download on cert issues - Fixed building
sockets
on PHP 8.0 and PHP 8.1 - Fixed building
ffi
on PHP 7.4
Changed
- Removed
mcrypt
from PHP 8.1 as it is not yet supported - Removed
enchant
from PHP 7.3 and PHP 7.4 as libenchant1 is not available via apt - Updated PHP 8.0 base image to BullsEye: devilbox/docker-php-fpm-8.0#17
- Updated PHP 8.1 base image to BullsEye: devilbox/docker-php-fpm-8.1#10
- Updated PostgreSQL repos to Bullseye for PHP >= 7.3
- Updated
pip
to use Python3 for PHP >= 7.3
Release v0.128
Release 0.128
Added
- Adding
pdo_sqlsrv
to more PHP versions
Release v0.127
Release 0.127
Changed
- Adding
pdo_sqlsrv
to more PHP versions
Release v0.126
Release 0.126
Changed
- Added Homebrew for all versions
Release v0.125
Release 0.125
Changed
- Re-added
opcache
for PHP 8.1 - Pin
ansible
version for all work images - Pin
wp-cli
version for PHP 5.4 and 5.5
Release v0.124
Release 0.124
Fixed
- Fixed
pdo_sqlsrv
version for PHP 7.2 - Fixed
sqlsrv
version for PHP 7.2 - Fixed
swoole
version for PHP 7.1 - Fixed pip installation
Changed
- Removed
opcache
for PHP 8.1 - Removed
xlswriter
for PHP 8.1 - Removed
linuxbrew
for all versions - #201 Deactivated
psr
andphalcon
by default - Removed
drush9
from PHP 7.0 and 7.1 - Removed
drupalconsole
from PHP 7.0 and 7.1
Release v0.123
Release 0.123
Fixed
- Fixex
redis
module compilation for PHP 8.1 - Fixed PHP Xdebug v3 defaults to:
xdebug.mode = Off xdebug.start_with_request = default xdebug.client_port = 9000
Changed
- Removed
pdo_dblib
from PHP 8.1 due to errors
Release v0.122
Release 0.122
Added
- Added
apcu
,blackfire
,igbinary
,imap
,mcrypt
,memcache
,msgpack
,oauth
,psr
,solr
,xlswriter
,yaml
to PHP 8.0 - Added
apcu
,igbinary
,imap
,mcrypt
,memcache
,msgpack
,oauth
,psr
,solr
,xlswriter
,yaml
to PHP 8.1
Changed
- Migrate from Travis CI to GitHub Actions