| 1 |
lars |
1 |
2005-05-24 18:15 Marcelo Subtil Marcal <msmarcal@php.net>
|
|
|
2 |
|
|
|
3 |
* Barcode/upca.php:
|
|
|
4 |
Added UPC-A barcode type. Thanks to Jeffrey K. Brown <jkb@darkfantastic.net>
|
|
|
5 |
|
|
|
6 |
2005-04-11 17:10 Marcelo Subtil Marcal <msmarcal@php.net>
|
|
|
7 |
|
|
|
8 |
* Barcode/Code39.php:
|
|
|
9 |
Changed str_split function to get definition from PHP_Compat PEAR
|
|
|
10 |
Package. Closes Bug #1986 (str_split function problem in code39)
|
|
|
11 |
|
|
|
12 |
2003-12-18 10:05 Marcelo Subtil Marcal <msmarcal@php.net>
|
|
|
13 |
* Barcode.php, Readme.txt, Barcode/int25.php :
|
|
|
14 |
Changed my email address
|
|
|
15 |
|
|
|
16 |
* test-image-barcode.php, Barcode/Code39.php:
|
|
|
17 |
Added Code39 barcode type. Thanks do Ryan Briones <ryanbriones@webxdesign.org>
|
|
|
18 |
|
|
|
19 |
2003-01-21 09:46 Marcelo Subtil Marcal <msmarcal@php.net>
|
|
|
20 |
|
|
|
21 |
* Readme.txt, package.xml, Barcode/ean13.php, Barcode/int25.php:
|
|
|
22 |
Added EAN13 barcode type. Thanks to Didier FOURNOUT <didier.fournout@nyc.fr>
|
|
|
23 |
Added a patch to ensure that only numbers
|
|
|
24 |
are given to int25 class. Thanks to Mark A.R. <mark@mark.org.il>
|
|
|
25 |
|
|
|
26 |
2002-11-28 17:28 Marcelo Subtil Marcal <msmarcal@php.net>
|
|
|
27 |
|
|
|
28 |
* Barcode.php, Makefile, Readme.txt, barcode_img.php, package.xml,
|
|
|
29 |
test-image-barcode.php, Barcode/int25.php: Initial revision
|