Skip to content

Releases: julienfalque/xdebug

v2.0.0

29 Nov 12:52
v2.0.0
a41ece6
Compare
Choose a tag to compare

This release adds support for Xdebug 3 and drops support of PHP below 7.2.

The script does not pass the option xdebug.remote_enable=on anymore. If you rely on the option being passed, you need to add it to your PHP configuration instead.

Changed

  • The option xdebug.remote_enable=on is not passed anymore for Xdebug 3 compatibility
  • The extension name to load is now xdebug instead of xdebug.so

v1.1.0

13 Mar 14:38
v1.1.0
267dfa7
Compare
Choose a tag to compare

The script now relies on POSIX sh instead of bash. This is useful in contexts where bash is not available like base Alpine Docker images.

Changed

  • xdebug script now uses /bin/sh instead of /bin/bash

v1.0.0

18 Dec 23:13
v1.0.0
a093886
Compare
Choose a tag to compare

Initial release