Top Level :: XML

Package Information: XML_sql2xml

Show All Changelogs
» Version » Information
0.3.4Download

Release date: 2008-03-24 14:53 UTC
Release state: beta

Changelog:

* Change licence to the new BSD License (see http://www.opensource.org/licenses/bsd-license.php)

Dependencies:
  • PHP Version: PHP version 4.4 or older
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.0 or newer
  • PEAR Package: DB 1.7.13 or newer
  • PHP Extension: domxml
  • PHP Extension: iconv (optional)
0.3.3Download

Release date: 2008-03-23 23:49 UTC
Release state: beta

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:
  • PHP Version: PHP version 4.4 or older
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.0 or newer
  • PEAR Package: DB 1.7.13 or newer
  • PHP Extension: domxml
  • PHP Extension: iconv (optional)
0.3.2Download

Release date: 2004-04-01 07:23 UTC
Release state: beta

Changelog:

- fix for bug #1110 "addXmlString throws warning when calling append_child()"

Dependencies:
  • PHP Extension: domxml
  • PHP Version: PHP older than 5
0.3.1Download

Release date: 2002-11-19 20:17 UTC
Release state: beta

Changelog:

- fixed "Call-time pass-by-reference" errors

0.3Download

Release date: 2002-05-03 16:37 UTC
Release state: beta

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)