Post #2426438
2026-02-14 16:14 UTC
@edorian@phpc.social I agree. See my comment in the fixing PR
> while I think this is just a workaround for a more general problem - I see no way atm to find out which ENV vars are relevant for us and which are not
The fact that nobody reported a problem and I found this bug just by incident, tells me that it seems not „broken enough“ to spent time on it though.
It seems we don’t invalidate waaay to often and spam temp-cache files and we don‘t cache too aggressively and produce bugs.
Replies (1)
-
@edorian@phpc.social 2026-02-14 19:33
@markusstaab@phpc.social A nice. Didn't see your follow up comments befoe in my timeline. Great :) I had a private discussion with Ondřej about it a bit ago. Now that PHPStan can tell you when/why-not it's using the cache ( <3 ) more people might notice. We're also trying to get the cache to be used more in CI