yasd
yasd copied to clipboard
Using environment variables to set/redefine ini params
Hello. How I can use environment variables to set remote_host like in xdebug?
XDEBUG_CONFIG: "remote_host=172.26.112.1"
Or this feature are not available in yasd?
Not currently supported
https://www.php.net/manual/en/configuration.file.php#example-36
Can consider to use swoole https://github.com/swoole/swoole-src/tree/support-xdebug
You can use xdebug directly, as long as the PHP version is 8.1 or greater