Re: [PHP-DEV] [PATCH] - fix for 64 bit issues with OnUpdateInt
[email protected] (Jani Taskinen)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 4 Mar 2003, David Hill wrote:
>
>
>> Is there any specific reason why a single API (OnUpdateLong)
>> is not sufficient? Is not it a safe assumption that those
>> modules which still use 'int's are simply the result of a
>> mistake on the developer's side?
>
>This is a reasonable assumption actually.... I can't think of a case
>where a long would not work in place of an int. And given that you are
>talking of only a handfull that would be changed, size would not be an
>issue.
So just 'rename' the OnUpdateInt to OnUpdateLong and replace
all OnUpdateInt with OnUpdateLong? But that doesn't fix anything?
Blah..I'll leave this to David. :)
--Jani