» Version | » Information |
---|---|
1.32.0 |
Easy InstallNot sure? Get more info. pear install Contact_Vcard_Parse-1.32.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Contact_Vcard_Parse-1.32.0 Release date: 2009-09-21 17:24 UTC Release state: stable Release uploaded by: till Changelog: * 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) Dependencies:
|
1.31.0 |
Easy InstallNot sure? Get more info. pear install Contact_Vcard_Parse-1.31.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Contact_Vcard_Parse-1.31.0 Release date: 2005-05-28 11:44 UTC Release state: stable Release uploaded by: pmjones Changelog: * 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 |
Easy InstallNot sure? Get more info. pear install Contact_Vcard_Parse-1.30 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Contact_Vcard_Parse-1.30 Release date: 2004-02-18 17:09 UTC Release state: stable Release uploaded by: pmjones Changelog: * Now deals with Mac OS X Address Book unicode by stripping all \x00 nulls from the source text (suggested simultaneously by Jose Luis Pellicer and Nick Lo) * Updated line-ending conversion method * Updated comments * Added a fileGetContents() method to support users who have PHP earlier than 4.3.0 * Updated fromFile() to use fileGetContents() method |
1.21 |
Easy InstallNot sure? Get more info. pear install Contact_Vcard_Parse-1.21 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Contact_Vcard_Parse-1.21 Release date: 2003-07-02 20:18 UTC Release state: stable Release uploaded by: pmjones Changelog: Added "require_once 'PEAR.php';" just before the class definition. |
1.2 |
Easy InstallNot sure? Get more info. pear install Contact_Vcard_Parse-1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Contact_Vcard_Parse-1.2 Release date: 2003-04-08 16:05 UTC Release state: stable Release uploaded by: pmjones Changelog: Finished removing all text-based keys and replaced with integer keys only (e.g., in N components, the first part is now 0, not 'family'). Converted tabs to spaces to be PEAR compliant. |
1.1 |
Easy InstallNot sure? Get more info. pear install Contact_Vcard_Parse-1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Contact_Vcard_Parse-1.1 Release date: 2003-04-01 17:48 UTC Release state: stable Release uploaded by: pmjones Changelog: All returned values are now at equal "depth" in the returned array to match the upcoming Contact_Vcard_Build class; see new documentation at http://ciaweb.net/free/contact_vcard_parse for outline. Shortened array key names for N and ADR datatypes (e.g., "given_name" is now "given"). Line unfolding now only replaces the first leading whitespace character on folded lines, not all leading whitespace. |
1.0 |
Easy InstallNot sure? Get more info. pear install Contact_Vcard_Parse-1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Contact_Vcard_Parse-1.0 Release date: 2003-03-24 15:17 UTC Release state: stable Release uploaded by: pmjones Changelog: This is the first release. |