PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Console » Console_ProgressBar » Bug #9521

Estimates print out funny in php 5.2

Details

Submitted2006-12-01 16:36 UTC
Fromapinstein at mac dot com
StatusClosed
PackageConsole_ProgressBar
PHP Version5.2.0 RC4
OSmac 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!