Skip to content

2.0.0

Choose a tag to compare

@johnstevenson johnstevenson released this 09 Apr 20:34
· 58 commits to main since this release
  • 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.