cretaceous;10993912 wrote:for general intents and purposes the answer is 'no'
Perhaps cretaceous is right -- for the vast majority of PHP operations, there is no difference at all. Then, one day, you will have a weird problem where you need to work with an integer value larger than 4,300,000,000 and the computer treats it as a float and you have a rounding error.
The biggest difference between 32-bit and 64-bit OS in my opinion is that a 32-bit OS usually cannot handle more than 3.2Gigabytes of memory.
In the opposite direction, one can run into problems with software that was written to run on a 32-bit OS which runs incorrectly (or not at all) on a 64-bit OS. AFAIK I have never run into this problem in a linux environment.
My advice is try as hard as you can to get a 64-bit machine. You may need lots of RAM some day and, personally, I'd like to see the day when 32-bit OS is history.