Home » Console » Console_ProgressBar
This class provides you with an easy-to-use interface to progress bars.
This package is unmaintained.
Download latest release 0.5.2beta (archived versions might be outdated)
License: MIT
Description
The class allows you to display progress bars in your terminal. You can use
this for displaying the status of downloads or other tasks that take some
time.
Maintainers
- Stefan Walk (et) — lead, active
Dependencies
Required
- PHP (>= 4.2.0)
- PEAR Installer (>= 1.4.0)
Releases
- 0.5.2beta (beta, 2007-11-25)
Release notes
License: MIT
Adjusted dependencies
Notes missing in last release:
Prevented division by 0
Added spaces when erase(true) is called - 0.5.1beta (beta, 2007-11-25)
- 0.5.0beta (beta, 2007-01-31)
- 0.4.0beta (beta, 2006-04-23)
- 0.2 (beta, 2003-10-27)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #235 | Closed | Bug | 2003-11-13 | Progressbar is not deleted | |
| #2163 | No Feedback | Bug | 2004-08-19 | Progressbar display weirdness (repeating) | |
| #7407 | Closed | Req | 0.2 | 2006-04-16 | Fix for bug with ansi_terminal not erasing complete line |
| #9236 | Closed | Req | 0.4.0beta | 2006-11-04 | Patch to improve performance |
| #9521 | Closed | Bug | 0.4.0beta | 2006-12-01 | Estimates print out funny in php 5.2 |
| #10881 | Suspended | Req | 0.5.0beta | 2007-04-29 | Determine width automatically from $_ENV variables |
| #12357 | Assigned | Req | CVS | 2007-10-29 | erase() does not work as expected on Windows |
| #12524 | Closed | Bug | 0.5.0beta | 2007-11-25 | Division by zero |
| #13925 | Closed | Doc | 0.5.2beta | 2008-05-17 | render options missing |
| #13957 | Wont fix | Bug | 0.5.2beta | 2008-05-22 | division by zero |
| #14524 | Open | Req | 0.5.2beta | 2008-08-18 | Custom text on update |