Re: [RFC] Big Integer Support

From: Date: Sun, 12 Oct 2014 01:15:46 +0000
Subject: Re: [RFC] Big Integer Support
References: 1 2 3 4 5 6  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
On 11/10/2014 10:13, Lester Caine wrote:
BIGINT is the SQL99-compliant 64-bit signed integer type
It's a matter of context. In C, and therefore in related discussions (which includes the internals of PHP), integers are referred to as "short" (for 16-bit), "long" (for 32-bit) and "long long" (for 64-bit), but never as "big". SQL is unusual in calling a 32-bit integer "BigInt" rather than some variant of "long" or "32", and since we're not discussing databases here, it's of only marginal relevance. I can see why, having spent more time in SQL than C, you might jump to the wrong meaning of "BigInt", and it might even be worth considering this potential confusion when writing the end-user documentation for this new feature, should it be implemented. But, as others have said, that's really not an issue which should dominate the discussion at this stage. -- Rowan Collins [IMSoP]

Thread (70 messages)

« previous php.internals (#77888) next »