@derickr I wonder if is possible to publish on PECL xdebug 3.5.0 alpha2 too ? Some pipelines are failing because of lack of PHP 8.5 suport.
Or if there is a way to help, let me know.

@julian I was specifically not doing that right now to nudge people to use PIE, as @doppynl wrote about.

I guess I need to add some documentation for PIE, but for now:

https://github.com/php/pie?tab=readme-ov-file#manual-installation

And then:

php pie.phar install xdebug/xdebug:@alpha

GitHub - php/pie: 🥧 The PHP Installer for Extensions

🥧 The PHP Installer for Extensions. Contribute to php/pie development by creating an account on GitHub.

GitHub

@derickr @julian I installed it using Pie because the previous method didn't work (yet) and I wanted to test with PHP 8.5. I'm happy it worked so easily. And I'm a bit sad that not all extensions I need are available via Pie yet.

Also: All worked great for me in 8.5alpa and xdebug!

@doppynl You can help with that by either submitting a PR to these projects adding the composer.json file (it's trivial), or if there is already one, nudge that PR.