>     So for 4.3.2, we add the OnUpdateLong() and replace
>     all the calls to OnUpdateInt() to use that instead
>     and we leave the OnUpdateInt() behaviour same as it was.
>     This shouldn't cause BC problems then..?

If you want to leave the current OnUpdateInt behavior (uses long *
internally) ... then that will require some additional changes, as
there are a dozen or so places where an int is currently passed to
OnUpdateInt, which I left as is because I changed to using
OnUpdateLong where a long was used.

Dave



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to