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 ofxdebug.so