» Version | » Information |
---|---|
0.21.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.21.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.21.0 Release date: 2016-07-04 17:34 UTC Release state: beta Release uploaded by: cweiske Changelog: - Add PHP5-style constructors - Make unit tests compatible with current PHPUnit versions - Fix unit test failure introduced with #15602 Dependencies:
|
0.20.2 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.20.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.20.2 Release date: 2010-10-25 22:40 UTC Release state: beta Release uploaded by: doconnor Changelog: Bug #17994 Installed into wrong path Dependencies:
|
0.20.1 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.20.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.20.1 Release date: 2010-10-25 13:15 UTC Release state: beta Release uploaded by: doconnor Changelog: Automatically built QA release Bug #17848 XML_Serializer uses deprecated return new as reference - zigo Dependencies:
|
0.20.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.20.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.20.0 Release date: 2009-06-12 04:17 UTC Release state: beta Release uploaded by: ashnazg Changelog: - Request #13564: bool(false) is converted to empty string Dependencies:
|
0.19.2 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.19.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.19.2 Release date: 2009-01-24 23:10 UTC Release state: beta Release uploaded by: ashnazg Changelog: - Bug #15602: attributes don't get escaped sometimes [lapo] Dependencies:
|
0.19.1 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.19.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.19.1 Release date: 2008-10-21 14:17 UTC Release state: beta Release uploaded by: ashnazg Changelog: - Bug #14653: testNumberedObjects testcase fails [ashnazg] - Doc #8650 : Missing Information in the Manual [ashnazg] - Doc #13896: Bad info in the RSS feed tutorial [ashnazg] Dependencies:
|
0.19.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.19.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.19.0 Release date: 2008-09-15 17:11 UTC Release state: beta Release uploaded by: ashnazg Changelog: - switch to package.xml v2 - PEAR CS cleanup - Req #13856: License Change from PHP to BSD [ashnazg] - Bug #8048: Entities are not replaced in tags with attributes [schst] - Doc #12725: tuto link no more available Dependencies:
|
0.19.0a1 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.19.0a1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.19.0a1 Release date: 2008-08-24 20:17 UTC Release state: alpha Release uploaded by: ashnazg Changelog: - switch to package.xml v2 - PEAR CS cleanup - Req #13856: License Change from PHP to BSD [ashnazg] - Bug #8048: Entities are not replaced in tags with attributes [schst] - Doc #12725: tuto link no more available Dependencies:
|
0.18.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.18.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.18.0 Release date: 2005-10-02 13:53 UTC Release state: beta Release uploaded by: schst Changelog: XML_Serializer: - Allow the use of '#default' whenever one wants to specify an option for any other key - fixed bug #4575 for real: XML_Serializer now expects __sleep() to return an array of property names XML_Unserializer: - Added new IGNORE_KEYS option to specify a list of tags which will not be unserialized using their names as keys - Added new GUESS_TYPE option to automatically convert the data to the best matching type - Allow COMPLEXTYPE to be an array to be able to unserialize to arrays or objects - Allow the use of '#default' whenever one wants to specify an option for any other tag Dependencies:
|
0.17.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.17.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.17.0 Release date: 2005-09-24 11:39 UTC Release state: beta Release uploaded by: schst Changelog: XML_Serializer: - fixed bug #4575: use the return values of __sleep() when serializing objects - allow XML_SERIALIZER_OPTION_DEFAULT_TAG to be set as array to set different default tags based on the surrounding tag - allow XML_SERIALIZER_OPTION_SCALAR_AS_ATTRIBUTES to be set as array to selectively use scalar values as attributes - allow scalar values as first argument to serialize() - implemented request #3180: Add option to create cdata sections XML_Unserializer: - added constants for all options - fixed bug #5187: decode function should decode cdata instead of the element name - implemented request #3700: Treatment of whitespace can be influenced via an option Dependencies:
|
0.16.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.16.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.16.0 Release date: 2005-06-05 09:26 UTC Release state: beta Release uploaded by: schst Changelog: XML_Serializer: - introduced constants for all options (this helps avoiding typos in the option names) - deprecated option 'tagName' is no longer supported, use XML_SERIALIZER_OPTION_ROOT_NAME (or rootName) instead - implement Request #3762: added new ignoreNull option to ignore properties that are set to null when serializing objects or arrays - fixed bug with encoding function - use new header comment blocks XML_Unserializer: - fix bug #4075 (allow tagMap option to influence any kind of value) Dependencies:
|
0.15.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.15.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.15.0 Release date: 2005-02-12 10:20 UTC Release state: beta Release uploaded by: schst Changelog: XML_Serializer: - added option to return the result directly from serialize() XML_Unserializer: - added option to return the result directly from unserialize(), - added defaultClass option - added tagAsClass option (fixes Bug #3303) - fixed bug (tag name was not used as classname when tag was empty) Dependencies:
|
0.14.1 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.14.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.14.1 Release date: 2004-12-27 06:39 UTC Release state: beta Release uploaded by: schst Changelog: Bugfix release: - XML_Unserializer now again extends PEAR to use PEAR error management Dependencies:
|
0.14.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.14.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.14.0 Release date: 2004-12-22 05:09 UTC Release state: beta Release uploaded by: schst Changelog: Serializer: - new option 'encodeFunction' to apply a PHP function to character data and attributes before serializing the data Unserializer: - Does no longer extend XML_Parser (allows to change encoding at runtime), this could break some scripts - new option 'targetEncoding' to specify the target encoding for character data - new option 'decodeFunction' to apply a PHP function on character data and attributes while unserializing the document - some tiny whitespace fixes Global: - new requires XML_Parser 1.2.2 and XML_Util 1.1.0 Dependencies:
|
0.13.1 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.13.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.13.1 Release date: 2004-11-26 12:25 UTC Release state: beta Release uploaded by: schst Changelog: Serializer: - fixed error handling (suppress error handling, when XML_Util returns an error) (patch by Lukas Smith) - replaced some left-over tabs with spaces Dependencies:
|
0.13.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.13.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.13.0 Release date: 2004-11-06 10:51 UTC Release state: beta Release uploaded by: schst Changelog: Serializer: - fixed bug #2688: in simplexml mode $array needs to be non-empty (thanks to demian[at]phpkitchen[dot]com and derek[at]hostbaby[dot]com) Unserializer: - implemented Request #2650: Multiple key attributes Dependencies:
|
0.12.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.12.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.12.0 Release date: 2004-11-03 05:35 UTC Release state: beta Release uploaded by: schst Changelog: Serializer: - added new option tagMap (requested by Toby) Unserializer: - added encoding option (thanks to mc[at]glouglou[dot]net) Dependencies:
|
0.11.1 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.11.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.11.1 Release date: 2004-08-25 10:06 UTC Release state: beta Release uploaded by: schst Changelog: Serializer: - fixed bug with default line endings Dependencies:
|
0.11.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.11.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.11.0 Release date: 2004-08-24 09:33 UTC Release state: beta Release uploaded by: schst Changelog: Serializer: - Request #2019 (use classname as tagname in indexed arrays) - replaced double quotes with single quotes - some CS fixes Unserializer: - added new option 'forceEnum' - replaced double quotes with single quotes Dependencies:
|
0.10.1 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.10.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.10.1 Release date: 2004-07-12 09:40 UTC Release state: beta Release uploaded by: schst Changelog: fixed bug #1846 (unserialization bug with empty arrays) Dependencies:
|
0.10.0 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.10.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.10.0 Release date: 2004-05-24 15:49 UTC Release state: beta Release uploaded by: schst Changelog: - fixed bug #1478 (Array to string conversion) - fixed bug #170 (RDF examples produce incorrect code) - added new options to XML_Serializer: attributesArray and contentName to match XML_Unserializer Dependencies:
|
0.9.2 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.9.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.9.2 Release date: 2004-04-23 13:11 UTC Release state: beta Release uploaded by: schst Changelog: fixed invalid multiple call to XML_Parser constructor Dependencies:
|
0.9.1 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.9.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.9.1 Release date: 2003-10-26 14:39 UTC Release state: beta Release uploaded by: schst Changelog: fixed bug #105 Dependencies:
|
0.9 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.9 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.9 Release date: 2003-10-13 11:50 UTC Release state: beta Release uploaded by: schst Changelog: XML_Serializer: + added support for doctype declaration (requested by Lapo 'Raist' Luchini), * changed tagName option to rootName option (tagName is still supported but deprecated), + added rootAttributes option (thanks to Lapo 'Raist' Luchini), + added rootName option for serializing objects XML_Unserializer: * removed bug with unserializing aggregated objects Dependencies:
|
0.8.1 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.8.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.8.1 Release date: 2003-09-23 16:08 UTC Release state: beta Release uploaded by: schst Changelog: Bugfix release XML_Serializer: * removed bug when using mode => simplexml and indexed arrays contained only scalar values, * removed bug with missing _originalKey attribute when serializing objects XML_Unserializer: * added check for set{$propName} method to use methods to set properties in Unserializer instead of direct access Dependencies:
|
0.8 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.8 Release date: 2003-09-23 08:57 UTC Release state: beta Release uploaded by: schst Changelog: XML_Serializer: * added option: scalarAsAttribute to create tags with attributes from an array or object, * added option: prependAttributes to enable a prepend string for attributes (ensure they are different from type hints), * added option: attributeIndent to allow multiline tags, if a tag has several attributes; this makes it easier to read (requested by Yavor Shahpasov), * now requires XML_Util 0.4.1 or newer, * added option: mode => simplexml, allows you to serialize indexed arrays like simpleXML of PHP5 does: tags use name of the parent structure and are in the same depth (this is still in alpha state, not thoroughly tested) XML_Unserializer: * added option: parseAttributes which allows you to parse tags with attributes, * added option: attributesArray to specify the name of the array in which attributes should be stored, * added option: prependAttributes to specify a prepend string for the generated array keys, * added option: contentName to specify the key for the content of a tag that contains also attributes * added option: tagMap, to change the names of the tags while parsing Both: * removed bug that occured when instantiating w/o options (reported by Alan Knowles), * added options: keyAttribute, typeAttribute and classAtribute to allow user to specify attribute names for typehints, * added resetOptions(), * added setOption(), * added option: overrideOptions that allows you to reset to defaults for one call of serialize or unserialize, * added some very small docs to defaultOptions arrays Dependencies:
|
0.6 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.6 Release date: 2003-08-21 20:33 UTC Release state: beta Release uploaded by: schst Changelog: added possibility to create nested objects from any XML file, added 'complexType' option to XML_Unserializer, Unserializer is able to return the name of the root tag, tagname is used as classname if no other class is specified, added 'overrideOptions' option that can be used to restore the default options for a serialization, added 'keyAttribute' option to XML_Unserializer, added Todo list Dependencies:
|
0.5 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.5 Release date: 2003-08-14 19:45 UTC Release state: beta Release uploaded by: schst Changelog: Unserializer is now able to unserialize XML files w/o type hints by automatically transforming multiple occurences of the same tag to an indexed array This is now similar to ext/simpleXML in PHP5 that means it can be used to parse any XML file, try it with your favorite RSS feed Dependencies:
|
0.4 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.4 Release date: 2003-08-12 13:24 UTC Release state: beta Release uploaded by: schst Changelog: added Unserializer removed bug with object typehint removed bug with unnameditem w/o _originalKey attribute uses XML_Util to validate tagname serializer does not break on resources anymore added support for __sleep() and __wakeup() Dependencies:
|
0.2 |
Easy InstallNot sure? Get more info. pear install XML_Serializer-0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Serializer-0.2 Release date: 2003-08-03 09:08 UTC Release state: beta Release uploaded by: schst Changelog: inital release Dependencies:
|