ID: 28829 User updated by: rashid at ds dot pg dot gda dot pl Reported By: rashid at ds dot pg dot gda dot pl Status: Open Bug Type: BC math related Operating System: win 2k3 PHP Version: 5CVS-2004-06-18 (dev) New Comment:
some more precise info in above example: $total = $temp = 0 i tried other settings: $total = $temp = '0' still caused error. $total = $temp = '0.0' worked fine hope this info helps - it looks like some kind of variable type conversion problems Previous Comments: ------------------------------------------------------------------------ [2004-06-18 14:36:44] rashid at ds dot pg dot gda dot pl Description: ------------ description in http://bugs.php.net/bug.php?id=27759 describes the problem well. there is also the same problem with bcsub. its reported again because the bug is still present in latest cvs build. Reproduce code: --------------- PEAR`s Benchmark_Timer::getProfiling(): //... this is part of loop - first settings of parameters are empty, and apache throws exception right away $diff = bcsub($time, $temp, 6); $total = bcadd($total, $diff, 6); //... Actual result: -------------- apache exception ['memory cannot be read'] ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28829&edit=1
