On Tuesday 31 July 2001 15:26, Richard Ellerbrock wrote:
> I thought about that but that would require almost everybody using my app
> (OpenSource) requiring a rebuild of php. This would really detract from its
> usefulness.
>
> --
> Richard Ellerbrock
> [EMAIL PROTECTED]
>
> >>> Phil Driscoll <[EMAIL PROTECTED]> 2001/07/31 04:02:50 >>>
>
> Use the gmp extension.
Ok - then the only other solution I could think of (and for me it was easier
just to build php with gmp) was to split all your integers up into 16 bit
chunks and do the maths longhand on the 16 bit integers. That way, you'll
avoid the top bit set problem.
Cheers
--
Phil Driscoll
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]