vinkla / hashids

A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
https://hashids.org/php
MIT License
5.27k stars 417 forks source link

Number too long #110

Closed iantearle closed 6 years ago

iantearle commented 6 years ago

Hi, im trying to encode three numbers, id, user id and date.

Unfortunately it appears to be falling over on the date, when i pass: 1520865425 i get nothing back, however if i just remove one number from the end of the date number, i get an encoded string.

is there a limit?

roukmoute commented 6 years ago

Have you bcmath extension?


EDIT: max int is 9223372036854775807

vinkla commented 6 years ago

Closing due to inactivity.