You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of xdebug 3, it is possible to have xdebug.so loaded with xdebug.mode=off with zero overhead. Xdebug can then be enabled through an env variable passed to php-fpm. This means we can avoid having a separate php-fpm service with xdebug.so loaded
As of xdebug 3, it is possible to have xdebug.so loaded with xdebug.mode=off with zero overhead. Xdebug can then be enabled through an env variable passed to php-fpm. This means we can avoid having a separate php-fpm service with xdebug.so loaded