64-Bit System
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: 64-Bit System
Are you refering to PHP?
I'm not sure what MySQL does - their integer types are probably fixed (but you can verify from the documentation).
The traditional definition of an integer is 32-bits long, which is probably what MySQL uses.

PHP's integer type is always signed, so a 32-bit PHP will only be able to use signed 32-bit integers (anything outside the range get auto-converted to double precision float).  So in this case, it can't fully address the range of a 32-bit unsigned integer (without using floats).

My Blog
11-02-2011 08:56 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
64-Bit System - RateU - 11-01-2011, 07:01 AM
RE: 64-Bit System - ZiNgA BuRgA - 11-01-2011, 07:49 AM
RE: 64-Bit System - RateU - 11-02-2011, 06:56 AM
RE: 64-Bit System - ZiNgA BuRgA - 11-02-2011 08:56 AM
RE: 64-Bit System - RateU - 11-03-2011, 07:12 AM

 Standard Tools
Forum Jump: