Skip to content

3.3.0

Choose a tag to compare

@llaville llaville released this 09 Mar 15:55
· 1555 commits to master since this release

Added

  • PHP 7.4.16 support
  • PHP 8.0.3 support

Changed

  • Add progress flag on db:init command to display a progress bar only on demand (for slow system)
  • Use PHPStan for static analysis in Github Actions Workflows
  • Use the ramsey/composer-install action to install dependencies
  • APCu reference updated to version 5.1.20 (stable)
  • Ssh2 reference updated to version 1.3.1 (beta)
  • Xdebug reference updated to version 3.0.3 (stable)

Fixed

  • #66 oci8 test failure
  • The flags parameter of preg_replace_callback was added in PHP 7.4.0