Bug#1000593: Failing testsuite with PHP 8.1

2022-01-11 Thread Guilhem Moulin
Hi taffit, On Thu, 25 Nov 2021 at 11:50:24 -0400, David Prévot wrote: > There is a new upstream version (1.2.4), but I quickly checked that > two failures (first and last) still happen. (It’s also not a PEAR > package anymore, so need some work to convert the packaging to its > Composer source).

Bug#1000593: Failing testsuite with PHP 8.1

2022-01-07 Thread Bryce Harrington
These tests fail due to changes in how objects are dumped, like the ordering of members. This seems to just be a formatting discrepancy. Presumably the logical fix is to revise the expected output to match the new output formatting style, or alternatively just disable the three test cases until up