Numbers larger than `2^61` cause an infinite loop in the `AvroIOBinaryEncoder::encode_long` method. https://github.com/flix-tech/avro-php/blob/master/lib/avro/datum.php#L312 To reproduce, try to encode `1<<62` using the method above.