Php versions – How can I install Xdebug on DDEV for PHP 8.3 before it's ready in a release?
Edit 2023-12-08: The upstream issues are resolved. For DDEV v1.22.5, just add this to .ddev/config.yaml: webimage_extra_packages: [php8.3-xdebug] For versions after v1.22.5, nothing needs to be done. DDEV v1.22.5 has support for PHP 8.3.0, but it does not yet have xdebug.…