Skip to content

3.7.0

Choose a tag to compare

@llaville llaville released this 24 Jun 10:39
· 1365 commits to master since this release

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)