Releases: llaville/php-compatinfo-db
Releases · llaville/php-compatinfo-db
3.15.0
3.14.0
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
.pharfile and.box.metadata.cacheis only a cache file as it should be.
See Box issue box-project/box#576 for info.
Removed
- file
config/container.phpreplaced bysrc/Infrastructure/Framework/Symfony/DependencyInjection/ContainerFactory.php
Fixed
- PHAR distribution with
boxcompile command
3.13.0
3.12.0
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
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
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
Added
uuidextension supportxlswriterextension support- EXPERIMENTAL support to PHP 8.1.x-dev
- PHP 8.0.9 support
- PHP 7.4.22 support
Changed
db:listcommand show unsupported extensionsdb:listcommand result can be filtered on extension type (bundle, pecl)db:listcommand 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
3.7.1
Added
doctorcommand is now able to display library versions of the current platform in the PHP dependencies summary section
Fixed
- #78 Zip reference (thanks to @remicollet for reporting)
- #79 Imagick reference (thanks to @remicollet for reporting)
3.7.0
Added
- PHP 8.0.7 support
- PHP 7.4.20 support
- ability to display dependency constraints on each extension with the
db:showcommand - display PHP version of each function parameters with the
db:show <extenion> --functionscommand - summary on
doctorcommand (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/cacheimplementation rather thandoctrine/cachewhere driver implementations were removed in 2.0x (see https://github.com/doctrine/cache/blob/2.0.x/UPGRADE-1.11.md)