Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade xdebug-handler to v2 #1509

Closed
maks-rafalko opened this issue Apr 25, 2021 · 1 comment
Closed

Upgrade xdebug-handler to v2 #1509

maks-rafalko opened this issue Apr 25, 2021 · 1 comment

Comments

@maks-rafalko
Copy link
Member

See https://github.com/composer/xdebug-handler/blob/2.0.0/UPGRADE.md

The main point is a support of Xdebug 3

The default behaviour has changed from always restarting if Xdebug is loaded, to only restarting if Xdebug is active. This has been introduced to support Xdebug3 modes. Xdebug is considered active if it is loaded, and for Xdebug3, if it is running in a mode other than xdebug.mode=off.

@maks-rafalko
Copy link
Member Author

Implemented #1510

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants