Post #450075
2026-02-14 07:48 UTC
I love solving puzzles..
today I found out that a #phpstan container cache invalidates when you resize your bash/shell window. also when jumping between directories using `cd`.
not intentional of course. lets see what we can do about that.
Replies (2)
-
@jrf_nl@phpc.social 2026-02-14 12:53
@markusstaab@phpc.social Sounds like a fun puzzle for a Saturday ;-)
-
@edorian@phpc.social 2026-02-14 15:40
@markusstaab@phpc.social purely guessing: The ENV cache invalidation doesn't use an include-list, but an exclude-list. So cols/rows/pwd/etc change for you? For me that means caches are basically always broken because *something* changes. Made a dedicated container for PHPStan now so that it at least works in there.