Skip to content

Latest commit

 

History

History
248 lines (150 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

248 lines (150 loc) · 4.82 KB

Changelog

Unreleased

Release 0.128

Added

  • Adding pdo_sqlsrv to more PHP versions

Release 0.127

Changed

  • Adding swoole to more PHP 8.0

Release 0.126

Changed

  • Added Homebrew for all versions

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 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 and phalcon by default
  • Removed drush9 from PHP 7.0 and 7.1
  • Removed drupalconsole from PHP 7.0 and 7.1

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 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

Release 0.121

Fixed

  • Fixed msgpack install for PHP 7.0 - 7.4

Changed

  • Compile redis extension with msgpack and igbinary

Release 0.120

Fixed

  • Fixed zsh install for PHP 5.6 and 7.0

Release 0.119

Fixed

  • Fixed drupal (drupal console launcher) for PHP 5.5, 5.6, 7.0 and 7.1
  • Fixed zsh install for PHP 5.6 and 7.0

Release 0.118

Fixed

  • Fixed mdl rubygem

Added

  • #182 Added ioncube to PHP 7.4
  • Added sqlsrv to PHP 7.4

Changed

  • Updated xdebug to latest possible version

Release 0.117

Fixed

  • #755 Add .composer/vendir/bin to $PATH variable

Added

  • #692 Add custom supervisor config mountpoint

Release 0.116

Fixed

  • #749 Fix to disable PHP modules without trailing *.so extension

Release 0.115

Fixed

  • #703 Don't fail on uid/gid change

Release 0.114

Fixed

Added

  • Add PHP 8.1
  • PHP module mongodb is added to PHP 8.0

Changed

  • Composer is updated to v2 (/usr/local/bin/composer)
  • Composer is available as v1 and v2 (/usr/local/bin/composer-[12])

Release 0.113

Fixed

  • Fixes nightly build pipeline

Release 0.112

Fixed

  • Fixes 166 Missing locale-gen binary

Added

  • Added vips extension
  • Added xlswriter extension

Release 0.111

Added

  • Added xdebug for PHP 8.0

Release 0.110

Fixed

  • 169 Fixes download for drupal console
  • Fixes laravel installer for PHP 7.2

Release 0.109

Fixed

  • Fixed absolute paths in tests

Release 0.108

Added

  • Added ghostscript
  • Added gsfonts
  • Added imagick PDF support (via ghostscript)
  • Added mupdf and mupdf-tools

Fixed

  • Fixes Ansible installation
  • Fixes MongoDB for PHP 5.6
  • Fixes Redis for PHP 8.0
  • Fixes policy.xml for Imagick

Changed

  • Stricter version check for installed tools

Release 0.107

Fixed

  • Fixes login to Dockerhub for CI jobs
  • Fixes imagick segfault by setting its threads to 1

Added

  • Re-added imap for PHP 7.4
  • Adding certbot binary

Release 0.106

Fixed

  • #153 Use numeric order for startup files
  • Fix build of PHP-FPM 7.4 snmp module
  • Disable PHP-FPM 8.0 uploadprogress module due to startup warnings

Release 0.105

Fixed

  • Fix pdo_sqlsrv install for PHP 7.1
  • Fix sqlsrv install for PHP 7.1
  • Fix composer memory issues during install

Added

  • phalcon binary for PHP 7.3 and 7.4

Release 0.104

Fixed

  • Fix xdebug install for PHP 7.0

Release 0.103

Added

  • Add PHP yaml module

Release 0.102

Added

  • #144 Added CHANGELOG

Changed