mlocati / docker-php-extension-installer

Easily install PHP extensions in Docker containers
MIT License
4.33k stars 388 forks source link

Install xdebug 3@beta for php 8.4 #1014

Open tarlepp opened 1 day ago

tarlepp commented 1 day ago

PHP 8.4 is out and there isn't official support with xdebug for PHP 8.4 but latest 3 beta supports that.

mlocati commented 1 day ago

Since xdebug doesn't officially support PHP 8.4, I don't think my script should either...

reypm-provest commented 1 day ago

@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 :(

mlocati commented 1 day ago

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

?

reypm-provest commented 1 day ago

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

mlocati commented 1 day ago

I guess you say is not supported in the README table because xdebug for PHP8.4.x isn't in stable yet

Yep, correct