You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pure PHP: cleanly ignore bits in the 10-byte varints with bit above LSB set.
Still error out if the MSB in that is set (implying it would be an 11+ byte varint).
This is not a functional change; today this flow is just silently 'weird' since php silently promotes the type to double instead of int64 when it sees the the bits are too large.
PiperOrigin-RevId: 899065019
0 commit comments