Stanislav Malyshev wrote:
> SB>> Warning: base_to_long:
> SB>> number 'fffb9064' is too big to fit in long
> SB>>
> SB>> with class.id3.php (http://Leknor.com/code/). The call to
> SB>> base_convert() looks as follows
> SB>>
> SB>> $bits = base_convert($bits['bits'],16,2);
> SB>>
> SB>> This worked fine until some time ago, maybe 2 weeks.
> SB>> Could this be related to
>
> No, it's related to me. I added this warning, by request of ...
> hmm, sorry, not remember exactly, I can look up if you want. It's
> a right thing to do - the number is indeed too long to fit long,
> so converting it to long will not give you the right results.
> Actually, the Even More Right Thing To Do (TM) would be for this
> function to switch to floats once you go over long limit, but I
> had not time to do it then.
Any update on this?
--
Sebastian Bergmann Measure Traffic & Usability
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
--
PHP Development 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]