handling 64 bit ints in php

handling 64 bit ints in php

am 28.12.2007 07:50:51 von enjoylife_95135

Hello,
My platform is Solaris 2.11 on x86, amd64 actually.

I'm working with a product that requires 64-bit values be returned
as ints. Php 5.2.5 however returns this as a float. Is there some
option I can twiddle to change this?? Is it a matter of just casting?
It didn't seem to do the job. I can re-build source if necessary

I posted to php.dev as well, but it seems there is more spam than
information on that group.

Thanks.
S

Re: handling 64 bit ints in php

am 28.12.2007 08:03:56 von My Pet Programmer

Sandman said:
> Hello,
> My platform is Solaris 2.11 on x86, amd64 actually.
>
> I'm working with a product that requires 64-bit values be returned
> as ints. Php 5.2.5 however returns this as a float. Is there some
> option I can twiddle to change this?? Is it a matter of just casting?
> It didn't seem to do the job. I can re-build source if necessary
>
> I posted to php.dev as well, but it seems there is more spam than
> information on that group.
>
> Thanks.
> S

Try the big_int package from pecl: http://pecl.php.net/package/big_int

It worked for me in a similar case.

All the best,
~A!

--
Anthony Levensalor
anthony@mypetprogrammer.com

Only two things are infinite, the universe and human stupidity,
and I'm not sure about the former. - Albert Einstein