Skip to content

Releases: llaville/php-compatinfo-db

6.9.0

17 Aug 07:46

Choose a tag to compare

6.9.0 - 2024-08-17

Added

  • PHP 8.2.22 support
  • PHP 8.3.10 support

Changed

  • update ast reference to version 1.1.2
  • update igbinary reference to version 3.2.16

Full Changelog: 6.8.0...6.9.0

6.8.0

16 Jul 06:37

Choose a tag to compare

6.8.0 - 2024-07-16

Added

  • PHP 8.2.21 support
  • PHP 8.3.9 support

Changed

  • update xhprof reference to version 2.3.10

Fixed

  • PHAR distribution was broken (reason is given by commit 5ff0030)

Full Changelog: 6.7.0...6.8.0

6.7.0

14 Jun 14:26

Choose a tag to compare

6.7.0 - 2024-06-14

Added

  • PHP 8.1.29 support
  • PHP 8.2.20 support
  • PHP 8.3.8 support

Full Changelog: 6.6.0...6.7.0

6.6.0

13 May 08:00

Choose a tag to compare

6.6.0 - 2024-05-13

Added

  • PHP 8.1.28 support
  • PHP 8.2.19 support
  • PHP 8.3.7 support

Changed

  • update opentelemetry reference to version 1.0.3
  • update xdebug reference to version 3.3.2

Full Changelog: 6.5.0...6.6.0

6.5.0

12 Apr 07:46

Choose a tag to compare

6.5.0 - 2024-04-12

Added

  • PHP 8.2.18 support
  • PHP 8.3.6 support

Changed

  • update opentelemetry reference to version 1.0.2

Full Changelog: 6.4.2...6.5.0

6.4.2

19 Mar 06:48

Choose a tag to compare

6.4.2 - 2024-03-19

Version 6.4.1 fixed an issue that resolved wrong PHP minimum requirement when elements (class, function, constant) are more than one version definition.
See explains with examples at llaville/php-compatinfo#372 (comment)

Fixed

  • When Doctrine Collection filtered is empty, the first function return false. See commit a8b52e6

Full Changelog: 6.4.1...6.4.2

6.4.1

19 Mar 05:50

Choose a tag to compare

6.4.1 - 2024-03-19

Fixed an issue that resolved wrong PHP minimum requirement when elements (class, function, constant) are more than one version definition.
See explains with examples at llaville/php-compatinfo#372 (comment)

Fixed

  • #372 : random_bytes and random_int are detected as random extension functions and PHP 8.2 min version requirement

Full Changelog: 6.4.0...6.4.1

6.4.0

17 Mar 08:25

Choose a tag to compare

6.4.0 - 2024-03-17

Added

  • PHP 8.2.17 support
  • PHP 8.3.4 support

Full Changelog: 6.3.0...6.4.0

6.3.0

18 Feb 08:36

Choose a tag to compare

6.3.0 - 2024-02-18

Added

  • PHP 8.2.16 support
  • PHP 8.3.3 support

Changed

  • update amqp reference to version 2.1.2
  • upgrade opentelemetry reference to version 1.0.2beta1
  • update ssh2 reference to version 1.4.1

Full Changelog: 6.2.1...6.3.0

6.2.1

08 Feb 06:00

Choose a tag to compare

6.2.1 - 2024-02-08

Changed

  • #137 : Add support to $_composer_autoload_path global Composer variable
  • #138 : Reduce size of PHAR version

Fixed

  • Dockerfile : be able to use all 6.2 versions family without to hardcode a composer constraint that will be wrong with greater releases (6.3 or next)
  • #139 : Cannot convert to a GitHub Action
  • APP_CACHE_DIR variable contents is not show on diagnose command

Full Changelog: 6.2.0...6.2.1