Hacker News new | ask | show | jobs
by gane5h 4441 days ago
I learnt this the hard way. Initially, I designed the API with bigints for ids and found some older versions of PHP didn't support bigints. I had to switch to using strings.
1 comments