Stanislav Zhuk

Results 326 comments of Stanislav Zhuk

It's okay to update this PR, I'll work on it tomorrow.

@sreichel, if I read this PR correctly: - https://github.com/OpenMage/magento-lts/pull/4325 `perftools/php-profiler` is required at the app level, and loading for XHProf is done in the app itself. (I'm still not sure...

I pushed new Docker images here (but I used `[skip ci]`, so the binaries are not generated in this PR). To demonstrate, checkout this branch locally, and build the binary...

@sreichel, as stated in [the comment](https://github.com/ddev/ddev/pull/7206#issuecomment-2970114134), XHGui logic loads too early, so we cannot implement this environment variable. Closing.

It's quite common to have environment-based overrides for Xdebug when running PHPUnit tests https://stackoverflow.com/a/76572133/8097891 It makes sense to implement something similar for XHGui/XHProf as well.

According to [this explanation](https://github.com/ddev/ddev/pull/7206#issuecomment-2970114134), XHGui logic loads too early, so we cannot implement this environment variable. We're probably not going to pursue this further. A workaround is to avoid running...

I don't think we'll change any settings in the Redis add-on for unix sockets, but it's good to have some documented workarounds. Closing this issue.

My `curl` (supports `HTTP3`): ``` $ curl --version curl 8.14.1 (x86_64-pc-linux-gnu) libcurl/8.14.1 OpenSSL/3.5.0 zlib/1.3.1 brotli/1.1.0 zstd/1.5.7 libidn2/2.3.7 libpsl/0.21.5 libssh2/1.11.1 nghttp2/1.65.0 nghttp3/1.10.1 Release-Date: 2025-06-04 Protocols: dict file ftp ftps gopher gophers...

> Curl works when add the cacert option: Right, so it's not related to HTTP/3. Your `curl` probably doesn't work at all for DDEV sites without `--cacert`. I remember there...

To open a UDP port in Docker and verify it works: 1. Run a UDP listener container: ```bash docker run --rm -it -p 8000:8000/udp --name udp-listener busybox nc -ul -p...