» Version | » Information |
---|---|
0.3.4 |
Easy InstallNot sure? Get more info. pear install XML_sql2xml-0.3.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_sql2xml-0.3.4 Release date: 2008-03-24 10:53 UTC Release state: beta Release uploaded by: dufuz Changelog: * Change licence to the new BSD License (see http://www.opensource.org/licenses/bsd-license.php) Dependencies:
|
0.3.3 |
Easy InstallNot sure? Get more info. pear install XML_sql2xml-0.3.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_sql2xml-0.3.3 Release date: 2008-03-23 19:49 UTC Release state: beta Release uploaded by: dufuz Changelog: Big thanks go out to Igor Feghali for help getting this release out the door * Fixed a lot of Coding Standard issues and made parts of the code more readable [dufuz] * register dependencies in package.xml [dufuz] * Fixed Bug #576 sql2xml xml-resultset without values [ifeghali] * Fixed Bug #5576 XML_sql2xml package.xml uses file name="./doc/blah.whatever" which is invalid [dufuz] * Fixed Bug #1687 function addArray() generates incorrectly designed XML document [ifeghali] Dependencies:
|
0.3.2 |
Easy InstallNot sure? Get more info. pear install XML_sql2xml-0.3.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_sql2xml-0.3.2 Release date: 2004-04-01 02:23 UTC Release state: beta Release uploaded by: chregu Changelog: - fix for bug #1110 "addXmlString throws warning when calling append_child()" Dependencies:
|
0.3.1 |
Easy InstallNot sure? Get more info. pear install XML_sql2xml-0.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_sql2xml-0.3.1 Release date: 2002-11-19 15:17 UTC Release state: beta Release uploaded by: chregu Changelog: - fixed "Call-time pass-by-reference" errors |
0.3 |
Easy InstallNot sure? Get more info. pear install XML_sql2xml-0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_sql2xml-0.3 Release date: 2002-05-03 12:37 UTC Release state: beta Release uploaded by: chregu Changelog: New Features: - works with PHP 4.0.7 and below - Adding of XML-files/strings is possible - setOption can delete values set before. - Added possibility of other input encoding schemes than iso-8859-1 - print_empty_ids is true by default - added new useroption "TableNameForRowTags" - user_option selected_id can take the arguments first and all BugFixes - sql selects are recognized with capitals as well - if there was a [lesserthan] in the database it gave an xml-error, now "[lesserthan] " is "escaped" - xpath support for sql-queries and xml-files to be inserted (see http://php.chregu.tv/sql2xml/#xpath for a little intro about that) |