Commit b0dbbcc
authored
Add a
This avoids over-aggressive caches:
```diff
$ diff -u \
<(curl -fsSL 'https://www.php.net/releases/index.php?json&max=100&version=8' | jq 'keys_unsorted') \
<(curl -fsSL 'https://www.php.net/releases/index.php?json&max=100&version=8' -H 'accept-language: en-US,en;q=0.9' | jq 'keys_unsorted')
--- /dev/fd/63 2026-07-30 14:37:22.845857517 -0700
+++ /dev/fd/62 2026-07-30 14:37:22.845857517 -0700
@@ -1,7 +1,11 @@
[
- "8.5.8",
+ "8.5.9",
+ "8.4.24",
+ "8.3.33",
+ "8.2.33",
"8.4.23",
"8.3.32",
+ "8.5.8",
"8.2.32",
"8.5.7",
"8.4.22",
@@ -94,9 +98,5 @@
"8.1.25",
"8.2.12",
"8.1.24",
- "8.2.11",
- "8.1.23",
- "8.2.10",
- "8.1.22",
- "8.2.9"
+ "8.2.11"
]
```cachebuster= argument to API requests (#1677)1 parent c363893 commit b0dbbcc
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments