http://pear.php.net/ pear-webmaster@lists.php.net pear-webmaster@lists.php.net en-us Latest releases of xml_query2xml The latest releases for the package xml_query2xml XML_Query2XML 1.7.2 http://pear.php.net/package/XML_Query2XML/download/1.7.2/ This is a minor release:<br /> - Bug #17724 fixed: avoiding split, using explode.<br /> - XML_Query2XML::registerPrefix(): new method that allows you to register<br /> your own prefixes that can be used in all value specifications.<br /> unregisterPrefix() and unregisterAllPrefixes() allow you to unregister<br /> a particular or all prefixes (including default prefixes).<br /> - Now comes with 244 unit tests. 2011年04月03日T13:00:15-05:00 lukasfeiler XML_Query2XML 1.7.1 http://pear.php.net/package/XML_Query2XML/download/1.7.1/ This release implements the following additions:<br /> - Caching is now implemented as a saparate driver that is automatically<br /> wrapped around any other driver if caching is activated.<br /> This reduces the codebase of Query2XML.php.<br /> - Refactoring of internal classes.<br /> Note: No changes were introduced since 1.7.1RC1. 2009年03月08日T15:42:25-05:00 lukasfeiler XML_Query2XML 1.7.1RC1 http://pear.php.net/package/XML_Query2XML/download/1.7.1RC1/ This release implements the following additions:<br /> - Caching is now implemented as a saparate driver that is automatically<br /> wrapped around any other driver if caching is activated.<br /> This reduces the codebase of Query2XML.php.<br /> - Refactoring of internal classes. 2009年03月01日T14:07:26-05:00 lukasfeiler XML_Query2XML 1.7.0 http://pear.php.net/package/XML_Query2XML/download/1.7.0/ This feature release brings the following additions:<br /> - new driver for PEAR Net_LDAP2: XML_Query2XML_Driver_LDAP2<br /> - options 'limit' and 'offset' now supported by the MDB2 and DB drivers;<br /> thanks to Johnny Cheng from openflyers.org for this feature request<br /> - improved logging: now also logs the variables with which a prepared<br /> statement is executed<br /> - consolidation of unit tests for different database drivers; use<br /> the environment variable PHP_PEAR_XML_QUERY2XML_TEST_DBLAYER to<br /> set the database driver to be used (MDB2,DB,PDO,ADOdbDefault,<br /> ADOdbPEAR or ADOdbException). Also use the environment variable<br /> PHP_PEAR_XML_QUERY2XML_TEST_LDAPLAYER to set the LDAP driver<br /> to be used (LDAP or LDAP2). Then simply run<br /> 'pear run-tests -p XML_Query2XML'<br /> Note: no changes were introduced since 1.7.0RC1. 2008年05月02日T14:10:53-05:00 lukasfeiler XML_Query2XML 1.7.0RC1 http://pear.php.net/package/XML_Query2XML/download/1.7.0RC1/ This feature release brings the following additions:<br /> - new driver for PEAR Net_LDAP2: XML_Query2XML_Driver_LDAP2<br /> - options 'limit' and 'offset' now supported by the MDB2 and DB drivers;<br /> thanks to Johnny Cheng from openflyers.org for this feature request<br /> - improved logging: now also logs the variables with which a prepared<br /> statement is executed<br /> - consolidation of unit tests for different database drivers; use<br /> the environment variable PHP_PEAR_XML_QUERY2XML_TEST_DBLAYER to<br /> set the database driver to be used (MDB2,DB,PDO,ADOdbDefault,<br /> ADOdbPEAR or ADOdbException). Also use the environment variable<br /> PHP_PEAR_XML_QUERY2XML_TEST_LDAPLAYER to set the LDAP driver<br /> to be used (LDAP or LDAP2). Then simply run<br /> 'pear run-tests -p XML_Query2XML' 2008年04月21日T09:29:25-05:00 lukasfeiler XML_Query2XML 1.6.0 http://pear.php.net/package/XML_Query2XML/download/1.6.0/ This stable release implements the following new features:<br /> - LDAP support: the new LDAP driver uses PEAR Net_LDAP<br /> see http://query2xml.sf.net/docs/html/XML_Query2XML/tutorial_XML_Query2XML.pkg.html#ldap<br /> - new open driver architecture allows you to implement your own drivers<br /> see http://query2xml.sf.net/docs/html/XML_Query2XML/tutorial_XML_Query2XML.pkg.html#yourdriver<br /> - $options['sql']['driver'] now allows you to use different drivers for each query<br /> - fixed documentation bug #12568<br /> - PEAR Coding Standard fixes<br /> - correction of copyright notice<br /> - XML_Query2XML now comes with 1159 phpt unit tests<br /> Note: No changes were introduced since 1.6.0RC1. 2008年01月06日T07:54:40-05:00 lukasfeiler XML_Query2XML 1.6.0RC1 http://pear.php.net/package/XML_Query2XML/download/1.6.0RC1/ This release candidate contains the following new features:<br /> - LDAP support: the new LDAP driver uses PEAR Net_LDAP<br /> see http://query2xml.sf.net/docs/html/XML_Query2XML/tutorial_XML_Query2XML.pkg.html#ldap<br /> - new open driver architecture allows you to implement your own drivers<br /> see http://query2xml.sf.net/docs/html/XML_Query2XML/tutorial_XML_Query2XML.pkg.html#yourdriver<br /> - $options['sql']['driver'] now allows you to use different drivers for each query<br /> - fixed documentation bug #12568<br /> - PEAR Coding Standard fixes<br /> - correction of copyright notice<br /> - XML_Query2XML now comes with 1159 phpt unit tests 2008年01月02日T11:41:52-05:00 lukasfeiler XML_Query2XML 1.5.0 http://pear.php.net/package/XML_Query2XML/download/1.5.0/ This seventh stable release comes after extensive re-factoring:<br /> - XML_Query2XML now does a lot of internal pre-processing<br /> - this improves performance by at least 30%<br /> - all exceptions now contain information that relates to the<br /> configuration option that caused the exception to be thrown<br /> - caching is now deactivated by default as is not needed in<br /> most cases; see $options['sql_options']['cached']<br /> - XML_Query2XML now comes with 1144 phpt unit tests<br /> Note: No changes were introduced since 1.5.0RC1. 2007年10月07日T15:32:08-05:00 lukasfeiler XML_Query2XML 1.5.0RC1 http://pear.php.net/package/XML_Query2XML/download/1.5.0RC1/ This release candidate comes after extensive re-factoring:<br /> - XML_Query2XML now does a lot of internal pre-processing<br /> - this improves performance by at least 30%<br /> - all exceptions now contain information that relates to the<br /> configuration option that caused the exception to be thrown<br /> - caching is now deactivated by default as is not needed in<br /> most cases; see $options['sql_options']['cached']<br /> - XML_Query2XML now comes with 1144 phpt unit tests<br /> Note: if 1.5.0RC1 does not cause any problems for early adopters<br /> (which I consider very unlikely) 1.5.0 will be released next weekend. 2007年09月30日T15:17:45-05:00 lukasfeiler XML_Query2XML 1.4.0 http://pear.php.net/package/XML_Query2XML/download/1.4.0/ This sixth stable release contains a couple of new features:<br /> - PDO support - this also adds support for SQLite 3 (thanks to<br /> John P. McCaskey for pointing out the lack of SQLite 3 support)<br /> - all unit tests now run with SQLite 2 by default; unit tests<br /> for PDO and PEAR MDB2 will therefore work out of the box<br /> - XML_Query2XML now comes with 1084 phpt unit tests 2007年09月03日T14:56:42-05:00 lukasfeiler

AltStyle によって変換されたページ (->オリジナル) /