Hello,
Since around July 5, https://www.php.net/ returns an empty body for
users in Georgia (country code GE). The response is 200 OK with
content-length: 0, served as a cache HIT from BunnyCDN edge storage
1183. Browsers render a completely blank page.
Headers from the broken cached response:
cdn-cache: HIT
cdn-cachedat: 07/05/2026 13:41:25
cdn-edgestorageid: 1183
cdn-requestcountrycode: GE
content-length: 0
cache-control: public, max-age=2592000
server: BunnyCDN-GEO1-1183
Evidence that this is a poisoned cache variant rather than a problem on
my side:
- https://www.php.net/?x=1 (different cache key) loads fine: cdn-cache:
MISS, full 46.79 kB page with all assets
- curl with "Accept-Encoding: gzip, deflate" (a different Vary variant)
returns the full page, while the browser variant (gzip, deflate, br,
zstd) hits the empty cached object
- The TLS certificate is the legitimate Let's Encrypt one, so no
middlebox is involved
Note that the broken object was cached with max-age=2592000 (30 days),
while fresh responses carry max-age=300 — so it will not expire until
early August unless purged manually.
Could you please purge the cache for https://www.php.net/ on the GE edge
(and possibly check other paths as well)?
Thank you!