Comment 5 for bug 1990302

Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

Verifying on a clean jammy installation:

# php reproduce.php
string(16) "1111111111111111"
int(1250)

Now with the package in proposed:

# php reproduce.php
string(16) "2222222222222222"
int(738)

As it is expected (per the test plan).

LGTM.