Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@julienfalque julienfalque released this 29 Nov 12:52
v2.0.0
a41ece6

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