-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
Xdebug 3.0 with PHP 8.x #746
Comments
Xdebug 3.0 with PHP 7.x @cytopia, I've just downloaded devilbox/php-fpm:7.2-work-0.120 image and try to apply xdebug config from php 8.0 but i've noticed that some configuration settings are wrong, because I've xdebug v3 rather than v2
Config settings related to xdebug upgrade guide at https://xdebug.org/docs/upgrade_guide,
Notice that URL of upgrade guide have changed since v3 is now stable |
I've also a recommandation: if we wan't use the new xdebug v3, de-activate it because it consume lot of time. See upgrade guide https://xdebug.org/docs/upgrade_guide
On command line
I've a batch process that run in 6 secs when xdebug v3 is off and took 1 minute when xdebug is on ! |
ISSUE TYPE
SUMMARY
Update default configuration file into
and also
Goal
Use new directives explained in Upgrade Guide Xdebug 3.0 available at https://3.xdebug.org/docs/upgrade_guide
The text was updated successfully, but these errors were encountered: