We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
valet --version
2.x
valet fix
valet install
What is the problem? Xdebug is failing to install on PHP version 7.0.
What was supposed to happen? Xdebug is supposed to be installed.
What actually happened? An error is thrown that this xdebug package is only supported in 7.1.
How to reproduce this? Toggle xdebug on any PHP version < 7.1.
What is the solution? Set the correct version for PHP 7.0.
Sources https://pecl.php.net/package/Xdebug
The text was updated successfully, but these errors were encountered:
Merged in 2.x
Sorry, something went wrong.
Neodork
No branches or pull requests
valet --version
):2.x
valet fix
andvalet install
after updating and before submitting my issue/feature.What is the problem?
Xdebug is failing to install on PHP version 7.0.
What was supposed to happen?
Xdebug is supposed to be installed.
What actually happened?
An error is thrown that this xdebug package is only supported in 7.1.
How to reproduce this?
Toggle xdebug on any PHP version < 7.1.
What is the solution?
Set the correct version for PHP 7.0.
Sources
https://pecl.php.net/package/Xdebug
The text was updated successfully, but these errors were encountered: