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

Disable CLI xdebug in DrupalVM #2034

Closed
danepowell opened this issue Sep 26, 2017 · 1 comment
Closed

Disable CLI xdebug in DrupalVM #2034

danepowell opened this issue Sep 26, 2017 · 1 comment
Assignees
Labels
Enhancement A feature or feature request
Milestone

Comments

@danepowell
Copy link
Contributor

For background, see #1983

For performance reasons, we should completely unload xdebug for PHP CLI in DrupalVM. I'm not sure this is actionable right now, but I want to keep this issue open for tracking.

This will be possible once this is merged upstream: geerlingguy/ansible-role-php-xdebug#54

After that's merged, we may have to add this to our default box config.yml (depending on whether DrupalVM decides to make it a default or not):
php_xdebug_cli_disable: yes

Theoretically, BLT could distribute a patched version of DrupalVM to take advantage of this change now, but it would be a pain given how BLT manages the DrupalVM dependency, so probably not worth it.

@grasmash grasmash added the Enhancement A feature or feature request label Sep 26, 2017
@geerlingguy
Copy link
Contributor

I'm hoping to get that new variable working for Red Hat-based OSes as well as Debian-based, so it could be a little longer before the option is merged into a tagged Drupal VM release (next minor version cutoff is 'soon').

@grasmash grasmash added the 10.x label Oct 5, 2017
@grasmash grasmash added this to the 9.1.0 milestone Oct 10, 2017
@danepowell danepowell self-assigned this Oct 18, 2017
danepowell added a commit to danepowell/blt that referenced this issue Oct 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A feature or feature request
Projects
None yet
Development

No branches or pull requests

3 participants