Andrii Shevchenko
Andrii Shevchenko
To address #1511 Though, it looks like you'd need to perform some manual action before that, as the layers deployment pipeline is not in Github?
`xdebug.profiler_output_name` supports directories, e.g. it's possible to specify it like ``` xdebug.profiler_output_name=profiling/%H/%R_%u ``` This pull request adds support for such a nested layout
In some environments, several workloads can dump their profiling traces to the same shared file system. At the same time, container with webgrind can be launched separately and mounted to...
It would be good to have a support for OAuth 2.0 Device Authorization Grant (https://datatracker.ietf.org/doc/html/rfc8628)
This is to address issue #1056 - simple dependency injection via setter + getter to fallback to default object if none was explicitly passed
Let's imagine we want to have custom implementation of EncryptionInterface, e.g. because we want to add custom header info. It's the instruction directly in the code BTW: ``` /** *...
Currently PHP dependency is locked in composer.json to ^5.5|^7.0 which is outdated