[03:16:55] ugh, i kind of wish that tests didn't use your own DB. Switching between REL1_38 and master is hard to run tests with the DB changes [04:10:20] ugh. php 8.1 changes the order things are serialized in. So that makes all our serialization tests fail [04:20:18] bawolff: Wonderful. :-( [04:20:59] I think the solution would be to just not assert that serialized things are byte for byte equal, and instead test object equality of deserialized version [04:21:46] I mean, idk if people want to test byte for byte equality, but that strikes me as a bad test when serialization formats have multiple equivalent forms with no garuntees of consistency between versions [04:36:11] Anyways, i think that last patch covers the last known test failure for php 8.1 in master [04:47:22] oh, that might be a lie