Re: [PHP-DEV] [PATCH] - fix for 64 bit issues with OnUpdateInt
[email protected] (Sascha Schumann)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
> No, you are correct but misunderstood me. We should introduce
> OnUpdateLong() for ppl using longs and use OnUpdateInt() for ppl who want
> to use ints.
Well, and how are you planning to mitigate the BC issues?
Remember that not all extension code is under our direct
control.
- Sascha