Skip to content

Releases: composer/xdebug-handler

3.0.5

06 May 17:03
Compare
Choose a tag to compare
  • Fixed: fail restart if PHP_BINARY is not available

3.0.4

26 Mar 18:37
Compare
Choose a tag to compare
  • Added: Functional tests.
  • Fixed: Incompatibility with PHPUnit 10.

3.0.3

25 Feb 21:45
Compare
Choose a tag to compare
  • Added: support for composer/pcre versions 2 and 3.

3.0.2

24 Feb 21:07
Compare
Choose a tag to compare
  • Fixed: regression in 3.0.1 affecting Xdebug 2.

2.0.5

24 Feb 20:41
Compare
Choose a tag to compare
  • Fixed: regression in 2.0.4 affecting Xdebug 2.

3.0.1

04 Jan 18:38
Compare
Choose a tag to compare
  • Fixed: error when calling isXdebugActive before class instantiation.

2.0.4

04 Jan 18:35
Compare
Choose a tag to compare
  • Fixed: allow calling isXdebugActive before class instantiation.

3.0.0

23 Dec 21:18
Compare
Choose a tag to compare
  • Removed: support for legacy PHP versions (< PHP 7.2.5).
  • Added: type declarations to arguments and return values.
  • Added: strict typing to all classes.

2.0.3

08 Dec 13:30
Compare
Choose a tag to compare
  • Added: support, type annotations and refactoring for stricter PHPStan analysis.

2.0.2

31 Jul 17:12
Compare
Choose a tag to compare
  • Added: support for xdebug_info('mode') in Xdebug 3.1.
  • Added: support for Psr\Log versions 2 and 3.
  • Fixed: remove ini directives from non-cli HOST/PATH sections.