Open tarlepp opened 1 day ago
Since xdebug doesn't officially support PHP 8.4, I don't think my script should either...
@mlocati why not? even PIE supports it. Would be great if we could have it, right now this is a "blocker" since is stopping me from migrate to PHP 8.4 :(
right now this is a "blocker" since is stopping me from migrate to PHP 8.4 :(
Why is it a blocker? Can't you simply run
install-php-extensions xdebug-beta
?
you are correct I did not notice you could install beta as well, is working for me, I guess you say is not supported in the README table because xdebug for PHP8.4.x isn't in stable yet
I guess you say is not supported in the README table because xdebug for PHP8.4.x isn't in stable yet
Yep, correct
PHP 8.4 is out and there isn't official support with xdebug for PHP 8.4 but latest 3 beta supports that.