yasd icon indicating copy to clipboard operation
yasd copied to clipboard

Using environment variables to set/redefine ini params

Open lanfix opened this issue 4 years ago • 2 comments

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?

lanfix avatar Sep 07 '21 05:09 lanfix

Not currently supported

huanghantao avatar Sep 07 '21 06:09 huanghantao

https://www.php.net/manual/en/configuration.file.php#example-36

bumbummen99 avatar Apr 06 '22 02:04 bumbummen99

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

huanghantao avatar Nov 26 '22 05:11 huanghantao