Releases: w00fz/xdebug-osx
Releases · w00fz/xdebug-osx
Release v1.3
Release v1.2
Changelog
- A new option
--no-server-restart
has been added. As the name of the option suggest, when used Apache or PHP-FPM won't be restarted. (#8 - thanks @exequiel09)xdebug-toggle on
: Xdebug gets enabled and Apache / PHP-FPM gets restarted (default behavior)xdebug-toggle on --no-server-restart
: Xdebug gets enabled and Apache / PHP-FPM is not restarted
Release v1.1
Changelog
- The script
xdebug
has been renamed toxdebug-toggle
.xdebug
is kept as a symbolic link but will be eventually removed so it is advised not to rely on it and switch to usexdebug-toggle
. - Added support for PHP-FPM. When PHP-FPM is detected, instead of restarting apache, PHP-FPM will. It requires you have PHP-FPM installed via Homebrew.