nuovo / vCard-parser

Easier and more concise vCard (.vcf) parser for PHP
http://nuovo.lv/
MIT License
125 stars 55 forks source link

Parser chokes on AGENT #4

Closed ylavi closed 12 years ago

ylavi commented 12 years ago

The parser returns an error when a VCARD contains an AGENT element - reproducible using the example given at http://tools.ietf.org/html/rfc2426#section-3.5.4

pilsetnieks commented 12 years ago

Fixed that - sort of. For now it just returns the plain text value if it isn't a vCard text.