PEAR is archived and read-only

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

Home » HTML » HTML_Progress2 » Bug #4885

$progressbar->setMaximum(300) don't reach the value.

Details

Submitted2005-07-22 16:48 UTC
Fromstachrom at gmail dot com
Assignedfarell
StatusClosed
PackageHTML_Progress2
PHP Version4.3.10
OSdebian
Roadmaps(Not assigned)

Comments

[2005-07-22 16:48 UTC] stachrom at gmail dot com

Description:
------------
the Monitor.php dont work as expected.

if you set the max amount over 188

$progressbar->setMaximum(300);

the script will stop after the value of 188.