Closed loureirorg closed 1 year ago
Never mind, xDebug doesn't support PHP 8.3 yet.
The listed extensions are not yet available for PHP 8.3 and are therefor not available. As soon as they are available (with a little delay), the will be added again.
Sail Version
1.26.0
Laravel Version
10.30.1
PHP Version
8.3.0RC5
Operating System
Linux
OS Version
Ubuntu 23.10
Description
XDebug is disabled on Sail's runtime 8.3 (php 8.3): https://github.com/laravel/sail/blob/1.x/runtimes/8.3/Dockerfile#L30
Besides xdebug, these other php packages have been disabled:
Steps To Reproduce
Steps to reproduce
8.3
ondocker-compose.yml
:4.Run
./vendor/bin/sail php -i | grep xdebug
What is expected
The output:
What happens
It outputs empty, meaning there's no xdebug installed