Andy Postnikov 5f0fa11724 testing/unit-php81: 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 15:01:07 +00:00
..