-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Can't seem to install xdebug for php 7.1 #444
Comments
xdebug doesn't support PHP 7.1 yet. |
I installed Steps to reproduce:
Not sure if earlier versions work, but release notes seem to suggest that even 2.4.0 of xdebug should work with PHP 7.1:
I haven't had a response from @derickr directly though, but indications are that it should work. |
|
Perhaps needs to be |
Only master works with PHP 7.1, 2.4.x is PHP 5.4 to PHP 7.0 only. |
Thanks for confirming Derick! :) |
It looks like xdebug 2.5.0RC1 supports 7.1 (https://github.com/xdebug/xdebug/releases/tag/XDEBUG_2_5_0RC1) |
Indeed, and the upcoming 2.5.0RC2 ... or maybe I should just call it 2.5.0. |
Woo hoo! 2.5.0 is now released https://xdebug.org/updates.php#x_2_5_0 |
Not sure if it's me or it's really just missing, but I can't get xdebug installed for php7.1.
I've just installed php7.1 (I had php7.0 already)
I've tried
sudo apt-get purge php-xdebug && sudo apt-get install php-xdebug
. Copied myxdebug.ini
from/etc/php/7.0/
to/etc/php/7.1/
.The text was updated successfully, but these errors were encountered: