Top Level :: Images

Package Information: Image_Barcode

Show All Changelogs
» Version » Information
1.1.0Download

Release date: 2007-02-28 14:34 UTC
Release state: stable

Changelog:

QA bugfix release:
- Fixing #4597: PEAR_INSTALL_DIR constant might be empty
- Fixing #4755: $barcodepath not found in Image/Barcode.php
- Fixing #6637: error don't declare
- Fixing #7693: Wrong include path
- Fixing #7851: Needs flag to supress headers or an option to redirect output to a variable.
- Fixing #8301: Not compatible with Safe Mode
- Fixing #8813: image can't be saved to filesystem
Image_Barcode::draw has an optional fourth parameter determining if
the GD image resource should be returned or output to the browser.
This breaks backwards compatibility for people using drivers directly
which is always a big NO-NO. If your application breaks, it's your chance
to use the class properly.

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: gd
  • PEAR Package: PHP_Compat (optional)
1.0.4Download

Release date: 2005-06-03 11:47 UTC
Release state: stable

Changelog:

- Added PostNet barcode rendering (thanks to Josef "Jeff" Sipek)

Dependencies:
  • PHP Extension: gd
  • PEAR Package: PHP_Compat (optional)
1.0.3Download

Release date: 2005-05-30 04:33 UTC
Release state: stable

Changelog:

- Added Code128 barcode rendering (thanks to Jeffrey K. Brown)

Dependencies:
  • PHP Extension: gd
  • PEAR Package: PHP_Compat (optional)
1.0.2Download

Release date: 2005-05-24 21:16 UTC
Release state: stable

Changelog:

- Added UPC-A barcode rendering (thanks to Jeffrey K. Brown)

Dependencies:
  • PHP Extension: gd
  • PEAR Package: PHP_Compat (optional)
1.0.1Download

Release date: 2005-04-12 11:36 UTC
Release state: stable

Changelog:

- Changed PHP_Compat dependency to optional.

Dependencies:
1.0.0Download

Release date: 2005-04-11 21:02 UTC
Release state: stable

Changelog:

- Corrected str_split problem in code 39 (Closes Bug #1986).
- Corrected grammatical Error on Package Summary (Closes Bug #3957).

Dependencies:
0.5Download

Release date: 2003-12-18 13:26 UTC
Release state: stable

Changelog:

Added Code39 barcode type by Ryan Briones (ryanbriones@webxdesign.org)

0.4Download

Release date: 2003-01-21 17:05 UTC
Release state: beta

Changelog:

Added ean13 barcode type by Didier FOURNOUT (didier.fournout@nyc.fr)

0.3Download

Release date: 2002-11-30 05:53 UTC
Release state: alpha

Changelog:

This is the first release.