Home » Console » Console_ProgressBar » Bug #9521
Estimates print out funny in php 5.2
Details
| Submitted | 2006-12-01 16:36 UTC |
|---|---|
| From | apinstein at mac dot com |
| Status | Closed |
| Package | Console_ProgressBar |
| PHP Version | 5.2.0 RC4 |
| OS | mac os x |
| Roadmaps | (Not assigned) |
Comments
[2006-12-01 16:36 UTC] apinstein at mac dot com
Description:
------------
since upgrading to php 5.2, the estimates show up in
scientific notiation, which screws up the formatting:
Done syncing Office data: [---------------------] 0.00%
0.00000e-1lapsedRemaining: 1.27900e+3stimate
Expected result:
----------------
Done syncing Office data: [---------------------] 0.00% 0:00
Elapsed Remaining: 0:00
Actual result:
--------------
Done syncing Office data: [---------------------] 0.00%
0.00000e-1lapsedRemaining: 1.27900e+3stimate
[2007-01-30 23:09 UTC] apinstein at mac dot com
I have looked at this again since you marked it for feedback,
and I found the problem. I had 2 pear setups on my machine and
this bug was from Console_ProgressBar 0.2.
So this bug is closed/invalid. Sorry!