Tagged Questions
5
votes
7answers
1k views
32 to 64 bit “Gotchas” in PHP
Last weekend I changed webhosts for my website. The host server I was on was a 32-bit OS and the one I moved to is 64-bit. Unexpectedly, some of my PHP scripts started giving incorrect results.
In ...