Andy Postnikov a60722df95 testing/unit-php85: add OTel and enable compression
- 32-bits FTBFS

    src/nxt_otel.c:176:45: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
      176 |     cur = sprintf((char *) body_buf, "%lu", body_size);
          |                                       ~~~   ^~~~~~~~~
          |                                       %zu
2025-09-15 22:09:56 +00:00
..