http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of xml_sql2xmlThe latest releases for the package xml_sql2xmlXML_sql2xml 0.3.4
http://pear.php.net/package/XML_sql2xml/download/0.3.4/
* Change licence to the new BSD License (see http://www.opensource.org/licenses/bsd-license.php)
2008年03月24日T10:53:05-05:00dufuzXML_sql2xml 0.3.3
http://pear.php.net/package/XML_sql2xml/download/0.3.3/
Big thanks go out to Igor Feghali for help getting this release out the door<br />
<br />
* Fixed a lot of Coding Standard issues and made parts of the code more readable [dufuz]<br />
* register dependencies in package.xml [dufuz]<br />
* Fixed Bug #576 sql2xml xml-resultset without values [ifeghali]<br />
* Fixed Bug #5576 XML_sql2xml package.xml uses file name="./doc/blah.whatever" which is invalid [dufuz]<br />
* Fixed Bug #1687 function addArray() generates incorrectly designed XML document [ifeghali]
2008年03月23日T19:49:23-05:00dufuzXML_sql2xml 0.3.2
http://pear.php.net/package/XML_sql2xml/download/0.3.2/
- fix for bug #1110 "addXmlString throws warning when calling append_child()"
2004年04月01日T02:23:56-05:00chreguXML_sql2xml 0.3.1
http://pear.php.net/package/XML_sql2xml/download/0.3.1/
- fixed "Call-time pass-by-reference" errors
2002年11月19日T15:17:00-05:00chreguXML_sql2xml 0.3
http://pear.php.net/package/XML_sql2xml/download/0.3/
New Features:<br />
- works with PHP 4.0.7 and below<br />
- Adding of XML-files/strings is possible<br />
- setOption can delete values set before.<br />
- Added possibility of other input encoding schemes than iso-8859-1<br />
- print_empty_ids is true by default<br />
- added new useroption "TableNameForRowTags"<br />
- user_option selected_id can take the arguments first and all BugFixes<br />
- sql selects are recognized with capitals as well<br />
- if there was a [lesserthan] in the database it gave an xml-error,<br />
now "[lesserthan] " is "escaped" <br />
- xpath support for sql-queries and xml-files to be inserted (see<br />
http://php.chregu.tv/sql2xml/#xpath for a little intro about that)
2002年05月03日T12:37:00-05:00chregu