Re: [PHP-DEV] [PATCH] - fix for 64 bit issues with OnUpdateInt
[email protected] (Sascha Schumann)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 4 Mar 2003, Jani Taskinen wrote:
>
> Yup, that was the idea. I'll first change them
> all to OnUpdateInteger, and then use your patch
> to change the ones that need to be long to use OnUpdateLong.
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?
- Sascha