Skip to content

Releases: composer/xdebug-handler

2.0.1

05 May 19:43
Compare
Choose a tag to compare
  • Fixed: don't restart if the cwd is a UNC path and cmd.exe will be invoked.

2.0.0

09 Apr 20:34
Compare
Choose a tag to compare
  • Break: this is a major release, see UPGRADE.md for more information.
  • Break: removed optional $colorOption constructor param and passthru fallback.
  • Break: renamed requiresRestart param from $isLoaded to $default.
  • Break: changed restart param $command from a string to an array.
  • Added: support for Xdebug3 to only restart if Xdebug is not running with xdebug.mode=off.
  • Added: isXdebugActive() method to determine if Xdebug is still running in the restart.
  • Added: feature to bypass the shell in PHP-7.4+ by giving proc_open an array of arguments.
  • Added: Process utility class to the API.

1.4.6

25 Mar 17:39
Compare
Choose a tag to compare
  • Fixed: fail restart if proc_open has been disabled in disable_functions.
  • Fixed: enable Windows CTRL event handling in the restarted process.

1.4.5

13 Nov 08:04
f28d44c
Compare
Choose a tag to compare
  • Fixed: support for stream_isatty and overall correct FD forwarding to the restarted process.

1.4.4

24 Oct 12:55
Compare
Choose a tag to compare
  • Fix: exception if pcntl_signal is disabled.

1.4.3

19 Aug 10:38
Compare
Choose a tag to compare
  • Fixed: restore SIGINT to default handler in restarted process if no other handler exists.

1.4.2

04 Jun 11:24
Compare
Choose a tag to compare
  • Fixed: ignore SIGINTs to let the restarted process handle them.

1.4.1

01 Mar 12:36
Compare
Choose a tag to compare
  • Fixed: restart fails if an ini file is empty.

1.4.0

06 Nov 16:47
Compare
Choose a tag to compare

1.3.3

27 May 17:59
Compare
Choose a tag to compare
  • Fixed: add environment changes to $_ENV if it is being used.