You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The environment variable PLATFORM_RELATIONSHIPS is not set when using xdebug in php 8.0, maybe for php 8.1 too. This is quite a problem when using something like https://github.com/platformsh/symfonyflex-bridge to get e.g. the DATABASE_URL.
The environment variable
PLATFORM_RELATIONSHIPS
is not set when using xdebug in php 8.0, maybe for php 8.1 too. This is quite a problem when using something like https://github.com/platformsh/symfonyflex-bridge to get e.g. theDATABASE_URL
.Config:
If the extension is enabled or not seems not to be the problem.
Internally the platform.sh-image uses a different PHP-FPM-process (https://docs.platform.sh/languages/php/xdebug.html#setting-up-xdebug) when xdebug is used.
Lando version: 3.6.0
The text was updated successfully, but these errors were encountered: