Files
static-php-cli/config/pkg/ext
henderkes 8f557aae8a forward-port feat/pgo fixes
Forward-port the genuinely-new fixes from feat/pgo (2026-06-09 .. 07-09)
into v3's reorganized layout:

- zig-cc.sh: prefix runtime-lib appends with `-x none` so the profile/crt/
  cpu_model archives don't poison the following files as `-x c` sources
- ZigToolchain: set ax_cv_have_func_attribute_ifunc=no under -flto
  (an ifunc in LTO bitcode crashes zig 0.16's lld during thin-link)
- php configure: add --with-sysconfdir option; strip build-time env vars
  from phpinfo's "Configure Command"
- ext-brotli / ext-zstd: switch to stable release/tag tarballs; brotli
  configures with --with-libbrotli
- ext-event: patch libevent http_connection.c to use a const peer address
  (both static and shared builds)
- ghrel downloader: prefer GitHub's /releases/latest (the semantically
  latest stable release) over publish-order iteration, so a newer-tagged
  prerelease (e.g. libevent 2.2.x-alpha) can't win over 2.1.x-stable

Commits already present in v3 were skipped: protobuf-latest + libaom
ENABLE_*=OFF (9398a667), the clang runtime -target flag (2adedc09), the
runtime-bits fail-hard half of 3823631a, and github prefer-stable's
prerelease skip (incl. the ghtar /releases/latest path, already in v3).
2026-07-09 14:47:51 +07:00
..
2026-05-15 14:54:04 +07:00
2026-03-24 18:58:12 +08:00
2026-07-09 14:47:51 +07:00
2026-04-12 14:17:53 +08:00
2026-04-12 12:51:16 +08:00
2026-03-08 17:46:14 +08:00
2026-03-09 14:35:42 +08:00
2026-04-10 15:36:21 +08:00
2026-05-22 15:42:51 +07:00
2026-05-22 15:42:51 +07:00
2026-05-06 14:08:27 +07:00
2026-03-08 14:01:29 +08:00
2026-03-09 16:30:35 +08:00
2026-04-10 15:36:21 +08:00
2026-03-10 16:59:48 +08:00
2026-04-10 15:36:21 +08:00
2026-04-10 15:36:21 +08:00
2026-04-10 15:36:21 +08:00
2026-04-10 15:51:18 +08:00
2026-03-11 08:18:25 +08:00
2026-04-11 00:39:30 +08:00
2026-03-11 16:14:05 +08:00
2026-03-12 14:29:05 +08:00
2026-03-12 15:38:56 +08:00
2026-03-12 22:06:11 +08:00
2026-04-10 15:36:21 +08:00
2026-03-12 22:58:59 +08:00
2026-05-07 14:39:10 +08:00
2026-03-13 16:53:28 +08:00
2026-04-10 15:36:21 +08:00
2026-03-12 22:32:36 +08:00
2026-03-17 11:24:57 +08:00
2026-04-30 11:16:59 +08:00
2026-04-10 15:32:50 +08:00
2026-04-10 15:56:39 +08:00
2026-04-10 15:36:21 +08:00
2026-04-10 15:36:21 +08:00
2026-04-10 15:35:22 +08:00
2026-04-10 15:33:52 +08:00
2026-03-17 15:41:00 +08:00
2026-03-17 15:54:11 +08:00
2026-04-09 12:25:12 +08:00
2026-07-09 14:47:51 +07:00