Skip to content

Releases: llaville/php-compatinfo-db

3.15.0

01 Dec 15:33

Choose a tag to compare

Added

  • PHP 8.1.0 support

Changed

  • Ast reference updated to version 1.0.16 (stable)
  • Rdkafka reference updated to version 5.0.2 (stable)

Removed

  • drop support of PHP 7.2

3.14.0

22 Nov 10:13

Choose a tag to compare

Added

  • PHP 7.3.33 support
  • PHP 7.4.26 support
  • PHP 8.0.13 support

Changed

  • Imagick reference updated to version 3.6.0 (stable)
  • Rdkafka reference updated to version 6.0.0RC1 (beta)
  • Redis reference updated to version 5.3.5RC1 (beta)
  • PHAR manifest is now included into the .phar file and .box.metadata.cache is only a cache file as it should be.
    See Box issue box-project/box#576 for info.

Removed

  • file config/container.php replaced by src/Infrastructure/Framework/Symfony/DependencyInjection/ContainerFactory.php

Fixed

  • PHAR distribution with box compile command

3.13.0

01 Nov 09:33

Choose a tag to compare

Added

  • PHP 7.3.32 support

Changed

  • Xlswriter reference updated to version 1.5.1 (stable)

3.12.0

26 Oct 09:51

Choose a tag to compare

Added

  • PHP 8.0.12 support
  • PHP 7.4.25 support

Changed

  • APCu reference updated to version 5.1.21 (stable)
  • Uploadprogress updated to version 2.0.2 (stable)
  • Xdebug reference updated to version 3.1.1 (stable)
  • Xlswriter reference updated to version 1.5.0 (stable)
  • Yaml reference updated to version 2.2.2 (stable)
  • Zip reference updated to version 1.20.0 (stable)
  • Add DBAL3 support (through doctrine/orm 2.10+) : remove calls to Driver::getName()
  • Add DBAL3 support (through doctrine/orm 2.10+) : remove calls to Result::fetchColumn()

Fixed

  • #88 : OPENSSL_SSLV23_PADDING is optional

3.11.0

25 Sep 08:43

Choose a tag to compare

Added

  • PHP 8.0.11 support
  • PHP 7.4.24 support
  • PHP 7.3.31 support

Changed

  • http reference updated to version 4.2.1 (stable)
  • mailparse reference updated to version 3.1.2 (stable)
  • Xhprof reference updated to version 2.3.5 (stable)
  • Zip reference updated to version 1.19.4 (stable)

3.10.0

28 Aug 06:52

Choose a tag to compare

Added

  • Mega-Linter support as QA tool to avoid technical debt
  • PHP 8.0.10 support
  • PHP 7.4.23 support
  • PHP 7.3.30 support

Changed

  • Igbinary reference updated to version 3.2.6 (stable)
  • Xhprof reference updated to version 2.3.4 (stable)

3.9.0

31 Jul 05:14

Choose a tag to compare

Added

  • uuid extension support
  • xlswriter extension support
  • EXPERIMENTAL support to PHP 8.1.x-dev
  • PHP 8.0.9 support
  • PHP 7.4.22 support

Changed

  • db:list command show unsupported extensions
  • db:list command result can be filtered on extension type (bundle, pecl)
  • db:list command result can be filtered on extension name
  • Disable symfony deprecation warnings in PHPUnit tests
  • Ast reference updated to version 1.0.14 (stable)
  • Igbinary reference updated to version 3.2.4 (stable)
  • Imagick reference updated to version 3.5.1 (stable)

Removed

  • drop support of haru extension not maintained since 2012 (only PHP 5 compatible)
  • drop support of htscanner extension not maintained since 2012 (only PHP 5 compatible)
  • drop support of inclued extension not maintained since 2012 (only PHP 5 compatible)
  • drop support of libevent extension not maintained since 2013 (only PHP 5 compatible)
  • drop support of pdflib extension not maintained since 2019 (only PHP 5 compatible)
  • drop support of pthreads extension not maintained since 2016
  • drop support of riak extension not maintained since 2014 (only PHP 5 compatible)
  • drop support of sphinx extension not maintained since 2015 (only PHP 5 compatible)

3.8.0

06 Jul 12:48

Choose a tag to compare

Added

  • PHP 8.0.8 support
  • PHP 7.4.21 support
  • PHP 7.3.29 support

Changed

  • Xhprof reference updated to version 2.3.3 (stable)

3.7.1

28 Jun 06:10

Choose a tag to compare

Added

  • doctor command is now able to display library versions of the current platform in the PHP dependencies summary section

Fixed

3.7.0

24 Jun 10:39

Choose a tag to compare

Added

  • PHP 8.0.7 support
  • PHP 7.4.20 support
  • ability to display dependency constraints on each extension with the db:show command
  • display PHP version of each function parameters with the db:show <extenion> --functions command
  • summary on doctor command (with status code 0: OK, 1:dependency constraint failures, 2:test failures, 3:dependency and test failures)

Changed

  • Ast reference updated to version 1.0.12 (stable)
  • Igbinary reference updated to version 3.2.3 (stable)
  • Imagick reference updated to version 3.5.0 (stable)
  • Mcrypt reference bundled with PHP before 7.2.0 is now compatible with PECL version 1.0.0 or greater
  • Zip reference updated to version 1.19.3 (stable)
  • Use symfony/cache implementation rather than doctrine/cache where driver implementations were removed in 2.0x (see https://github.com/doctrine/cache/blob/2.0.x/UPGRADE-1.11.md)