Update PHP 8 lighting service - please

Local now has the ability to update lighting-services within the app. Now we need to use it.

PHP 8 includes xDebug 3.x. The lighting-services/php-8.x/conf/php.ini.hbs needs to be updated to include the following lines instead of what is currently shipped.

xdebug.mode=debug
xdebug.client_port=9003
xdebug.start_with_request=trigger
xdebug.discover_client_host=yes

This was reported in Install PHP 8 - #8 by afragen - Completed Feature Requests - Local Community

It would solve issues as seen in

It would also be a great thing to include xDebug 3 in all the other PHP versions, but it would require similar updates to the php.ini.hbs files.

Thanks.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.