Elektrine lite

← Feed

@ramsey@phpc.social

Post #3860077

2026-07-16 14:02 UTC

@nyamsprod@phpc.social It’s still cached in memory, but the value is mutable. Is that what you mean?

Replies (1)

  • @nyamsprod@phpc.social 2026-07-16 14:04

    @ramsey@phpc.social the cache is not reliable. I have a small test suite. Each PHPUnit test file passes without any issue but when I run the full test suite in one command some errors appears because the "singleton" is no longer shared and unique

    Open ##3860155