Open GoogleCodeExporter opened 9 years ago
That patch is against r24. :)
Original comment by taavi.burns
on 8 Sep 2009 at 9:57
I used the PHP_INT_SIZE check instead of the (int) cast as well, and then
replaced
all the bcmath calls, for my own environment. We don't use bcmath, and all
production servers are 64-bit, so it's just added bloat that shouldn't be
needed.
Maybe instead it should check if the 64-bit flag is false, before trying the
bcmath
functions? It's obvious why the check is needed, and why it needs bcmath on a
32-bit
machine; but no need to throw an exception on a machine that is fully capable of
handling 64-bit math without the bc extension.
Original comment by madco...@gmail.com
on 24 Nov 2009 at 11:06
Lyolik please review these bugs.
Original comment by kroko...@gmail.com
on 21 Mar 2010 at 9:17
Original issue reported on code.google.com by
taavi.burns
on 8 Sep 2009 at 9:21Attachments: