Home » File Formats » Contact_Vcard_Parse
Parse vCard 2.1 and 3.0 files.
This package is unmaintained.
Download latest release 1.32.0 (archived versions might be outdated)
License: PHP License
Description
Allows you to parse vCard files and text blocks,
and get back an array of the elements of each vCard in the file or text.
Users of Contact_Vcard_Parse are encourage to check out File_IMC.
Documentation
Maintainers
- Till Klampaeckel (till) — lead, active
- Paul M. Jones (pmjones) — lead, inactive
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
Releases
- 1.32.0 (stable, 2009-09-21)
Release notes
License: PHP License
* File is now at Contact/Vcard/Parse.php (still keeping old location for BC)
* Fix bug #5988: does not work with apple adressbook exported vcard files
* Using package.xml v2.0
* fixed #14972: patch by Andrew Whitehouse to fix notices
* fixed #14972: added test by Andrew Whitehouse, testParameters()
* added new tests/assertions (mostly based on examples from the docs) - 1.31.0 (stable, 2005-05-28)
Release notes
License: PHP License
* fixed bug 4079 "lower case of Type-Definition" -- thanks to valeksa at gmail dot com for patch
* unescape() now un-escapes colons per the RFC
* fixed bug 4445 "vCard Parser fails when N field doesn't contain all fields"
* fixed issues similar for bug 4445 in ADR and GEO fields
* added eyeball-test files to the package - 1.30 (stable, 2004-02-18)
- 1.21 (stable, 2003-07-02)
- 1.2 (stable, 2003-04-08)
- 1.1 (stable, 2003-04-01)
- 1.0 (stable, 2003-03-24)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #639 | Bogus | Bug | 2004-01-28 | bug when vCard contains notes | |
| #4079 | Closed | Bug | 2005-04-06 | lower case of Type-Definition | |
| #4445 | Closed | Bug | 2005-05-26 | vCard Parser fails when N field doesn't contain all fields. | |
| #4829 | Closed | Bug | 2005-07-13 | Script creates warnings: should make small moddification | |
| #5988 | Closed | Bug | 2005-11-16 | Contact_Vcard_Parse does not work with apple adressbook exported vcard files | |
| #7395 | Bogus | Bug | 1.31.0 | 2006-04-14 | PHP Notice: Undefined offset |
| #7763 | No Feedback | Bug | 1.31.0 | 2006-05-30 | Try to import vCard apples pre-populates with its addressbook and does not work |
| #7898 | Bogus | Bug | 1.31.0 | 2006-06-14 | vCard with leading spaces at the start of each line fails to parse |
| #9906 | Closed | Req | 1.31.0 | 2007-01-21 | decode base64 encoded data |
| #12295 | Closed | Bug | CVS | 2007-10-22 | coding standard errors |
| #14970 | Duplicate | Bug | 1.31.0 | 2008-11-07 | Property groups not supported |
| #14972 | Closed | Bug | 1.31.0 | 2008-11-07 | Parsing known parameter types gives undefined offset |
| #15518 | Bogus | Bug | 1.31.0 | 2009-01-05 | multiple lines properties are not read entirely |