2009-03-01 14:18  lukasfeiler

	* RELEASES (1.22), package.xml (1.34): getting ready for 1.7.1RC1

2009-03-01 14:17  lukasfeiler

	* XML/: Query2XML.php (1.37), Query2XML/Callback.php (1.6),
	  Query2XML/Data.php (1.3), Query2XML/Data/Condition.php (1.3),
	  Query2XML/Data/Processor.php (1.4),
	  Query2XML/Data/Processor/Base64.php (1.4),
	  Query2XML/Data/Processor/CDATA.php (1.4),
	  Query2XML/Data/Processor/Unserialize.php (1.4),
	  Query2XML/Data/Source/ColumnValue.php (1.3),
	  Query2XML/Data/Source/PHPCallback.php (1.3),
	  Query2XML/Data/Source/Static.php (1.4),
	  Query2XML/Data/Source/XPath.php (1.3), Query2XML/Driver/ADOdb.php
	  (1.4), Query2XML/Driver/DB.php (1.6), Query2XML/Driver/PDO.php
	  (1.4): CS fixes

2009-03-01 14:02  lukasfeiler

	* tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/:
	  throwConfigException_callback_function1.phpt (1.2),
	  throwConfigException_callback_function2.phpt (1.2),
	  throwConfigException_callback_method1.phpt (1.2),
	  throwConfigException_callback_method2.phpt (1.2): unit tests
	  modified to look for new error messages

2009-03-01 13:59  lukasfeiler

	* XML/Query2XML/Data.php (1.2): new setConfigPath() and
	  getConfigPath() methods

2009-03-01 13:58  lukasfeiler

	* XML/Query2XML/Data/: Processor.php (1.3), Source.php (1.3),
	  Condition/NonEmpty.php (1.3), Processor/Base64.php (1.3),
	  Processor/CDATA.php (1.3), Processor/Unserialize.php (1.3),
	  Source/Static.php (1.3): fixing bugs: now using getConfigPath();
	  omitting argument type definition to allow for null values to be
	  passed to create()

2009-03-01 13:56  lukasfeiler

	* XML/Query2XML/Callback.php (1.5): removed old private/internal
	  interfaces

2009-03-01 13:53  lukasfeiler

	* XML/Query2XML.php (1.36): limiting exposure of internal API

2009-03-01 11:43  lukasfeiler

	* XML/Query2XML/: Data/Condition.php (1.2), Data/Processor.php
	  (1.2), Data/Source.php (1.2), Data/Condition/NonEmpty.php (1.2),
	  Data/Processor/Base64.php (1.2), Data/Processor/CDATA.php (1.2),
	  Data/Processor/Unserialize.php (1.2), Data/Source/ColumnValue.php
	  (1.2), Data/Source/PHPCallback.php (1.2), Data/Source/Static.php
	  (1.2), Data/Source/XPath.php (1.2), Driver/Caching.php (1.3):
	  re-factoring of internal API

2009-03-01 11:35  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.31): fixed typo

2009-02-27 21:07  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.30): moved section
	  on output caching

2009-02-27 15:58  lukasfeiler

	* package.xml (1.33): included new classes

2009-02-27 15:55  lukasfeiler

	*
	  tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.2): excpetion message now provides additional information

2009-02-27 15:54  lukasfeiler

	* XML/: Query2XML.php (1.35), Query2XML/Data.php (1.1),
	  Query2XML/Command/Base64.php (1.4), Query2XML/Command/CDATA.php
	  (1.4), Query2XML/Command/Chain.php (1.4),
	  Query2XML/Command/ColumnValue.php (1.4),
	  Query2XML/Command/NonEmpty.php (1.4),
	  Query2XML/Command/PHPCallback.php (1.4),
	  Query2XML/Command/Static.php (1.4),
	  Query2XML/Command/Unserialize.php (1.4),
	  Query2XML/Command/XPath.php (1.2), Query2XML/Data/Condition.php
	  (1.1), Query2XML/Data/Processor.php (1.1),
	  Query2XML/Data/Source.php (1.1),
	  Query2XML/Data/Condition/NonEmpty.php (1.1),
	  Query2XML/Data/Processor/Base64.php (1.1),
	  Query2XML/Data/Processor/CDATA.php (1.1),
	  Query2XML/Data/Processor/Unserialize.php (1.1),
	  Query2XML/Data/Source/ColumnValue.php (1.1),
	  Query2XML/Data/Source/PHPCallback.php (1.1),
	  Query2XML/Data/Source/Static.php (1.1),
	  Query2XML/Data/Source/XPath.php (1.1): refactoring of internal
	  classes

2009-02-26 23:53  lukasfeiler

	* tests/XML_Query2XML/AllDBLayers/:
	  enableDebugLog/enableDebugLog_cached.phpt (1.2),
	  enableDebugLog/enableDebugLog_uncached.phpt (1.2),
	  getXML/caching_cached.phpt (1.2),
	  getXML/caching_cached_different_drivers.phpt (1.2),
	  getXML/caching_cached_limit.phpt (1.2),
	  getXML/caching_cached_limits.phpt (1.2),
	  getXML/caching_cached_multiple_queries.phpt (1.2),
	  getXML/caching_cached_offset.phpt (1.3): modified unit tests for
	  new Cashing driver

2008-05-10 23:04  lukasfeiler

	* XML/Query2XML/Driver/Array.php (1.1): new Array driver

2008-05-10 23:03  lukasfeiler

	* XML/Query2XML/Command/XPath.php (1.1): new DOMXPath command class

2008-05-10 23:02  lukasfeiler

	* XML/Query2XML.php (1.34): more flexible prefix implementation

2008-05-09 22:54  lukasfeiler

	* XML/Query2XML/Driver/: ADOdb.php (1.3), Caching.php (1.2), DB.php
	  (1.5), LDAP.php (1.4), LDAP2.php (1.3), MDB2.php (1.4), PDO.php
	  (1.3): all driver classes are public now

2008-05-09 22:50  lukasfeiler

	* XML/: Query2XML.php (1.33), Query2XML/Driver/Caching.php (1.1):
	  caching is now implemented in a separate driver

2008-05-02 19:47  tag RELEASE_1_7_0

2008-05-02 19:47  lukasfeiler

	* ChangeLog (1.17, RELEASE_1_7_0): ChangeLog updated

2008-05-02 19:47  lukasfeiler

	* RELEASES (1.21), package.xml (1.32) (utags: RELEASE_1_7_0):
	  getting ready for 1.7.0

2008-04-21 15:15  tag RELEASE_1_7_0RC1

2008-04-21 15:15  lukasfeiler

	* ChangeLog (1.16, RELEASE_1_7_0RC1): ChangeLog updated

2008-04-21 15:14  lukasfeiler

	* package.xml (1.31, RELEASE_1_7_0RC1): ready for 1.7.0RC1

2008-04-21 15:12  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.29, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1): added references to new Net_LDAP2 driver

2008-04-21 10:11  lukasfeiler

	* INSTALL (1.13, RELEASE_1_7_0, RELEASE_1_7_0RC1), RELEASES (1.20,
	  RELEASE_1_7_0RC1), package.xml (1.30): getting ready for 1.7.0RC1

2008-04-21 10:08  lukasfeiler

	* tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_offset.phpt
	  (1.2, RELEASE_1_7_0, RELEASE_1_7_0RC1): adjusted to make unit
	  test work with PostgreSQL

2008-04-19 20:36  lukasfeiler

	* XML/Query2XML/Driver/DB.php (1.4, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1): CS fix

2008-04-19 13:26  lukasfeiler

	* tests/XML_Query2XML/settings.php (1.6, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1): PHP_PEAR_XML_QUERY2XML_TEST_LDAPCONFIG can now
	  be used to set the LDAP connection information

2008-04-19 13:26  lukasfeiler

	* XML/Query2XML/Driver/LDAP2.php (1.2),
	  tests/XML_Query2XML/LDAP/getXML/throwLDAPException_queryError.phpt
	  (1.3) (utags: RELEASE_1_7_0, RELEASE_1_7_0RC1): exception for
	  Net_LDAP2 driver is XML_Query2XML_LDAP2Exception

2008-04-19 11:36  lukasfeiler

	* README (1.13, RELEASE_1_7_0, RELEASE_1_7_0RC1), package.xml
	  (1.29): preparing for 1.7.0RC1

2008-04-19 01:56  lukasfeiler

	* tests/XML_Query2XML/NoDBLayer/factory/throwConfigException.phpt
	  (1.5, RELEASE_1_7_0, RELEASE_1_7_0RC1): corrected exception
	  message

2008-04-19 01:52  lukasfeiler

	* tests/XML_Query2XML/LDAP/: ldap_init.php (1.2, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), skipif.php (1.2, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  XML_Query2XML_Driver_LDAP-preprocessQuery/regularOperation.phpt
	  (1.2, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/throwLDAPException_queryError.phpt (1.2): the environment
	  variable PHP_PEAR_XML_QUERY2XML_TEST_LDAPLAYER can be use to run
	  these tests with Net_LDAP2 instead of Net_LDAP

2008-04-19 01:50  lukasfeiler

	* tests/XML_Query2XML/AllDBLayers/: ADOdbDefault_db_init.php (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), ADOdbDefault_skipif.php (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), ADOdbException_db_init.php
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1), ADOdbException_skipif.php
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1), ADOdbPEAR_db_init.php
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1), ADOdbPEAR_skipif.php
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1), DB_db_init.php (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), DB_skipif.php (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), MDB2_db_init.php (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), MDB2_skipif.php (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), PDO_db_init.php (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), PDO_skipif.php (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), db_init.php (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), skipif.php (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  _addDOMChildren/throwXMLException_arrayWithBool.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _addDOMChildren/throwXMLException_arrayWithDouble.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _addDOMChildren/throwXMLException_arrayWithInt.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _addDOMChildren/throwXMLException_arrayWithObject.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _addDOMChildren/throwXMLException_arrayWithString.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _appendTextChildNode/throwXMLException.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), _applyColumnStringToRecord/callbacks.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _createDOMElement/throwXMLException_elementInvalid1.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _createDOMElement/throwXMLException_elementInvalid2.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/basics.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), _executeEncoder/encoder_default.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/encoder_false.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), _executeEncoder/encoder_function.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/encoder_nonStaticMethod.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), _executeEncoder/encoder_null.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/encoder_overwritten_default_false.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/encoder_overwritten_default_false2.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/encoder_staticMethodArray.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/encoder_staticMethodString.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/throwXMLException.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  _executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _executeEncoder/within_simpleAttributeSpecification.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _mapSQLIdentifierToXMLName/throwXMLException.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _prepareAndExecute/throwDBException_complexQuery.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _prepareAndExecute/throwDBException_simpleQuery.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_callbackInterface_noArrayKey.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_prefix_noArrayKey.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _processComplexElementSpecification/condition_function.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _processComplexElementSpecification/condition_staticMethod.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _processComplexElementSpecification/rethrowConfigException.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  _setDOMAttribute/throwXMLException.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), clearProfile/clearProfile.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  disableDebugLog/disableDebugLog.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), enableDebugLog/enableDebugLog.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  enableDebugLog/enableDebugLog_cached.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), enableDebugLog/enableDebugLog_twoVars.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  enableDebugLog/enableDebugLog_uncached.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getFlatXML/case01.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getFlatXML/simpleSelect.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getFlatXML/throwDBException.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  getGlobalOption/configException_noSuchOption.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getGlobalOption/hidden_container_prefix.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getProfile/getProfile.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getRawProfile/getRawProfile.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/asteriskShortcut_attributes1.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/asteriskShortcut_attributes2.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/asteriskShortcut_attributes3.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/asteriskShortcut_attributes4.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/asteriskShortcut_attributes5.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/asteriskShortcut_attributes6.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/asteriskShortcut_elements1.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/asteriskShortcut_elements2.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/asteriskShortcut_elements3.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/asteriskShortcut_elements4.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/asteriskShortcut_elements5.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/asteriskShortcut_elements6.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/base64Prefix_callback.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/base64Prefix_callback_conditionalPrefix.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/base64Prefix_columnName.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  getXML/base64Prefix_columnName_conditionalPrefix.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/base64Prefix_staticString.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  getXML/base64Prefix_staticString_conditionalPrefix.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/caching_cached.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/caching_cached_different_drivers.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/caching_cached_limit.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/caching_cached_limits.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/caching_cached_multiple_queries.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/caching_cached_offset.phpt (1.1),
	  getXML/caching_uncached.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  getXML/callbackInterface_complexAttributeSpec.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/callbackInterface_complexElementSpec.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/callbackInterface_condition.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/callbackInterface_data.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/callbackInterface_idColumn.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  getXML/callbackInterface_simpleAttributeSpec.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/callbackInterface_simpleElementSpec.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/callbackReturnDOMNode.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/callbackReturnDOMNodeArray.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/callbackReturnDOMNode_parentHidden.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/case02.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/case03.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/case04.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/case05.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/case06.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/case07.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/case08.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/cdataPrefix_base64Prefix.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/cdataPrefix_callback.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/cdataPrefix_callback_conditionalPrefix.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/cdataPrefix_columnName.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  getXML/cdataPrefix_columnName_conditionalPrefix.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/cdataPrefix_emptyCdata.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/cdataPrefix_staticString.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/cdataPrefix_staticString_conditionalPrefix.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/cdataPrefix_throwException2_invalidForAttribute.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/cdataPrefix_throwException_invalidForAttribute.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/complexAttributeSpecification_conditionOption.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/complexAttributeSpecification_valuePrefixes.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/complexElementSpecification_conditionOption1.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/complexElementSpecification_conditionOption2.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/conditionPrefix_attribute_callback.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/conditionPrefix_attribute_columnName.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/conditionPrefix_attribute_staticText.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/conditionPrefix_element_callback.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/conditionPrefix_element_columnName.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/conditionPrefix_element_staticText.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/conditionPrefix_value_callback.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/conditionPrefix_value_columnName.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/conditionPrefix_value_staticText.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/dynamicRowTag_callback.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/dynamicRowTag_columnName.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  getXML/dynamicRowTag_columnName_ignoreRowTag.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/dynamicRowTag_columnName_onRootLevel.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/dynamicRowTag_commandObject.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/dynamicRowTag_staticString.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/idcolumn_false1.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/idcolumn_false2.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/offsetlimit.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/offsetlimit_driver.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/offsetlimit_limit_zero.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  getXML/offsetlimit_throwConfigException_limit_not_numeric.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/offsetlimit_throwConfigException_offset_not_numeric.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/sql_argument_false1.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), getXML/sql_argument_false2.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/sql_options_single_record.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1),
	  getXML/sql_options_single_record_emptyResultSet.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/sql_options_single_record_uncached.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1), getXML/throwDBException.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_complexElement_callback.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_complexElement_columnName.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_scenariosNoContainer.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_simpleElement_callback.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_simpleElement_columnName.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  setGlobalOption/configException_noSuchOption.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  setGlobalOption/hidden_container_prefix.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), startProfiling/startProfiling.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  stopProfiling/stopProfiling.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1): consolidated unit tests for all database
	  abstraction layers

2008-04-19 01:09  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/db_init.php (1.3),
	  ADOdbDefault/skipif.php (1.4),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.4),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.4),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.4),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.4),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.4), ADOdbDefault/_appendTextChildNode/throwXMLException.phpt
	  (1.4), ADOdbDefault/_applyColumnStringToRecord/callbacks.phpt
	  (1.3),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.3),
	  ADOdbDefault/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.3),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.3),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.3),
	  ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.3),
	  ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.3),
	  ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.3),
	  ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.3),
	  ADOdbDefault/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.3), ADOdbDefault/_executeEncoder/basics.phpt (1.3),
	  ADOdbDefault/_executeEncoder/encoder_default.phpt (1.2),
	  ADOdbDefault/_executeEncoder/encoder_false.phpt (1.3),
	  ADOdbDefault/_executeEncoder/encoder_function.phpt (1.3),
	  ADOdbDefault/_executeEncoder/encoder_nonStaticMethod.phpt (1.3),
	  ADOdbDefault/_executeEncoder/encoder_null.phpt (1.3),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.3),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.3),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.3),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.3),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.3),
	  ADOdbDefault/_executeEncoder/encoder_staticMethodArray.phpt
	  (1.3),
	  ADOdbDefault/_executeEncoder/encoder_staticMethodString.phpt
	  (1.3), ADOdbDefault/_executeEncoder/throwXMLException.phpt (1.3),
	  ADOdbDefault/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.3),
	  ADOdbDefault/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.3),
	  ADOdbDefault/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.4),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.3),
	  ADOdbDefault/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.3),
	  ADOdbDefault/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.3),
	  ADOdbDefault/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.4),
	  ADOdbDefault/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.2),
	  ADOdbDefault/_processComplexElementSpecification/condition_function.phpt
	  (1.3),
	  ADOdbDefault/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.3),
	  ADOdbDefault/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.3), ADOdbDefault/_setDOMAttribute/throwXMLException.phpt
	  (1.4), ADOdbDefault/clearProfile/clearProfile.phpt (1.4),
	  ADOdbDefault/disableDebugLog/disableDebugLog.phpt (1.4),
	  ADOdbDefault/enableDebugLog/enableDebugLog.phpt (1.3),
	  ADOdbDefault/enableDebugLog/enableDebugLog_cached.phpt (1.2),
	  ADOdbDefault/enableDebugLog/enableDebugLog_uncached.phpt (1.2),
	  ADOdbDefault/getFlatXML/case01.phpt (1.6),
	  ADOdbDefault/getFlatXML/simpleSelect.phpt (1.3),
	  ADOdbDefault/getFlatXML/throwDBException.phpt (1.4),
	  ADOdbDefault/getGlobalOption/configException_noSuchOption.phpt
	  (1.4), ADOdbDefault/getGlobalOption/hidden_container_prefix.phpt
	  (1.4), ADOdbDefault/getProfile/getProfile.phpt (1.4),
	  ADOdbDefault/getRawProfile/getRawProfile.phpt (1.4),
	  ADOdbDefault/getXML/asteriskShortcut_attributes1.phpt (1.3),
	  ADOdbDefault/getXML/asteriskShortcut_attributes2.phpt (1.4),
	  ADOdbDefault/getXML/asteriskShortcut_attributes3.phpt (1.4),
	  ADOdbDefault/getXML/asteriskShortcut_attributes4.phpt (1.4),
	  ADOdbDefault/getXML/asteriskShortcut_attributes5.phpt (1.3),
	  ADOdbDefault/getXML/asteriskShortcut_attributes6.phpt (1.5),
	  ADOdbDefault/getXML/asteriskShortcut_elements1.phpt (1.3),
	  ADOdbDefault/getXML/asteriskShortcut_elements2.phpt (1.4),
	  ADOdbDefault/getXML/asteriskShortcut_elements3.phpt (1.4),
	  ADOdbDefault/getXML/asteriskShortcut_elements4.phpt (1.4),
	  ADOdbDefault/getXML/asteriskShortcut_elements5.phpt (1.3),
	  ADOdbDefault/getXML/asteriskShortcut_elements6.phpt (1.4),
	  ADOdbDefault/getXML/base64Prefix_callback.phpt (1.2),
	  ADOdbDefault/getXML/base64Prefix_callback_conditionalPrefix.phpt
	  (1.2), ADOdbDefault/getXML/base64Prefix_columnName.phpt (1.2),
	  ADOdbDefault/getXML/base64Prefix_columnName_conditionalPrefix.phpt
	  (1.2), ADOdbDefault/getXML/base64Prefix_staticString.phpt (1.2),
	  ADOdbDefault/getXML/base64Prefix_staticString_conditionalPrefix.phpt
	  (1.2),
	  ADOdbDefault/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.3),
	  ADOdbDefault/getXML/callbackInterface_complexElementSpec.phpt
	  (1.3), ADOdbDefault/getXML/callbackInterface_condition.phpt
	  (1.3), ADOdbDefault/getXML/callbackInterface_data.phpt (1.3),
	  ADOdbDefault/getXML/callbackInterface_idColumn.phpt (1.3),
	  ADOdbDefault/getXML/callbackInterface_simpleAttributeSpec.phpt
	  (1.3),
	  ADOdbDefault/getXML/callbackInterface_simpleElementSpec.phpt
	  (1.3), ADOdbDefault/getXML/callbackReturnDOMNode.phpt (1.3),
	  ADOdbDefault/getXML/callbackReturnDOMNodeArray.phpt (1.4),
	  ADOdbDefault/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.4),
	  ADOdbDefault/getXML/callbackReturnDOMNode_parentHidden.phpt
	  (1.3), ADOdbDefault/getXML/case02.phpt (1.6),
	  ADOdbDefault/getXML/case03.phpt (1.7),
	  ADOdbDefault/getXML/case04.phpt (1.9),
	  ADOdbDefault/getXML/case05.phpt (1.9),
	  ADOdbDefault/getXML/case06.phpt (1.9),
	  ADOdbDefault/getXML/case07.phpt (1.7),
	  ADOdbDefault/getXML/case08.phpt (1.10),
	  ADOdbDefault/getXML/cdataPrefix_base64Prefix.phpt (1.2),
	  ADOdbDefault/getXML/cdataPrefix_callback.phpt (1.2),
	  ADOdbDefault/getXML/cdataPrefix_callback_conditionalPrefix.phpt
	  (1.2), ADOdbDefault/getXML/cdataPrefix_columnName.phpt (1.2),
	  ADOdbDefault/getXML/cdataPrefix_columnName_conditionalPrefix.phpt
	  (1.2), ADOdbDefault/getXML/cdataPrefix_emptyCdata.phpt (1.2),
	  ADOdbDefault/getXML/cdataPrefix_staticString.phpt (1.2),
	  ADOdbDefault/getXML/cdataPrefix_staticString_conditionalPrefix.phpt
	  (1.2),
	  ADOdbDefault/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.3),
	  ADOdbDefault/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.3),
	  ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.3),
	  ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.3),
	  ADOdbDefault/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.4),
	  ADOdbDefault/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.4),
	  ADOdbDefault/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.4),
	  ADOdbDefault/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.4),
	  ADOdbDefault/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.4),
	  ADOdbDefault/getXML/conditionPrefix_attribute_callback.phpt
	  (1.3),
	  ADOdbDefault/getXML/conditionPrefix_attribute_columnName.phpt
	  (1.3),
	  ADOdbDefault/getXML/conditionPrefix_attribute_staticText.phpt
	  (1.3), ADOdbDefault/getXML/conditionPrefix_element_callback.phpt
	  (1.3),
	  ADOdbDefault/getXML/conditionPrefix_element_columnName.phpt
	  (1.3),
	  ADOdbDefault/getXML/conditionPrefix_element_staticText.phpt
	  (1.3), ADOdbDefault/getXML/conditionPrefix_value_callback.phpt
	  (1.3), ADOdbDefault/getXML/conditionPrefix_value_columnName.phpt
	  (1.3), ADOdbDefault/getXML/conditionPrefix_value_staticText.phpt
	  (1.3), ADOdbDefault/getXML/dynamicRowTag_callback.phpt (1.2),
	  ADOdbDefault/getXML/dynamicRowTag_columnName.phpt (1.2),
	  ADOdbDefault/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt
	  (1.2),
	  ADOdbDefault/getXML/dynamicRowTag_columnName_onRootLevel.phpt
	  (1.2), ADOdbDefault/getXML/dynamicRowTag_commandObject.phpt
	  (1.2), ADOdbDefault/getXML/dynamicRowTag_staticString.phpt (1.2),
	  ADOdbDefault/getXML/idcolumn_false1.phpt (1.2),
	  ADOdbDefault/getXML/idcolumn_false2.phpt (1.2),
	  ADOdbDefault/getXML/sql_argument_false1.phpt (1.2),
	  ADOdbDefault/getXML/sql_argument_false2.phpt (1.2),
	  ADOdbDefault/getXML/sql_options_single_record.phpt (1.3),
	  ADOdbDefault/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.3),
	  ADOdbDefault/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.3),
	  ADOdbDefault/getXML/sql_options_single_record_uncached.phpt
	  (1.2), ADOdbDefault/getXML/throwDBException.phpt (1.4),
	  ADOdbDefault/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.2),
	  ADOdbDefault/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.2),
	  ADOdbDefault/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.2),
	  ADOdbDefault/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.2),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.5),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.4),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.5),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.5),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.5),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.5),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.3),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.4),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.4),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.4),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.4),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.4),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.4),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.4),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.4),
	  ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.4),
	  ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.4),
	  ADOdbDefault/setGlobalOption/configException_noSuchOption.phpt
	  (1.4), ADOdbDefault/setGlobalOption/hidden_container_prefix.phpt
	  (1.4), ADOdbDefault/startProfiling/startProfiling.phpt (1.4),
	  ADOdbDefault/stopProfiling/stopProfiling.phpt (1.4),
	  ADOdbException/db_init.php (1.3), ADOdbException/skipif.php
	  (1.4),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.4),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.4),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.4),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.4),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.4), ADOdbException/_appendTextChildNode/throwXMLException.phpt
	  (1.4), ADOdbException/_applyColumnStringToRecord/callbacks.phpt
	  (1.3),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.3),
	  ADOdbException/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.3),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.3),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.3),
	  ADOdbException/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.3),
	  ADOdbException/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.3),
	  ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.3),
	  ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.3),
	  ADOdbException/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.3), ADOdbException/_executeEncoder/basics.phpt (1.3),
	  ADOdbException/_executeEncoder/encoder_default.phpt (1.2),
	  ADOdbException/_executeEncoder/encoder_false.phpt (1.3),
	  ADOdbException/_executeEncoder/encoder_function.phpt (1.3),
	  ADOdbException/_executeEncoder/encoder_nonStaticMethod.phpt
	  (1.3), ADOdbException/_executeEncoder/encoder_null.phpt (1.3),
	  ADOdbException/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.3),
	  ADOdbException/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.3),
	  ADOdbException/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.3),
	  ADOdbException/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.3),
	  ADOdbException/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.3),
	  ADOdbException/_executeEncoder/encoder_staticMethodArray.phpt
	  (1.3),
	  ADOdbException/_executeEncoder/encoder_staticMethodString.phpt
	  (1.3), ADOdbException/_executeEncoder/throwXMLException.phpt
	  (1.3),
	  ADOdbException/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.3),
	  ADOdbException/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.3),
	  ADOdbException/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.4),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.3),
	  ADOdbException/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.3),
	  ADOdbException/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.3),
	  ADOdbException/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.4),
	  ADOdbException/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.2),
	  ADOdbException/_processComplexElementSpecification/condition_function.phpt
	  (1.3),
	  ADOdbException/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.3),
	  ADOdbException/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.3), ADOdbException/_setDOMAttribute/throwXMLException.phpt
	  (1.4), ADOdbException/clearProfile/clearProfile.phpt (1.4),
	  ADOdbException/disableDebugLog/disableDebugLog.phpt (1.4),
	  ADOdbException/enableDebugLog/enableDebugLog.phpt (1.3),
	  ADOdbException/enableDebugLog/enableDebugLog_cached.phpt (1.2),
	  ADOdbException/enableDebugLog/enableDebugLog_uncached.phpt (1.2),
	  ADOdbException/getFlatXML/case01.phpt (1.6),
	  ADOdbException/getFlatXML/simpleSelect.phpt (1.3),
	  ADOdbException/getFlatXML/throwDBException.phpt (1.4),
	  ADOdbException/getGlobalOption/configException_noSuchOption.phpt
	  (1.4),
	  ADOdbException/getGlobalOption/hidden_container_prefix.phpt
	  (1.4), ADOdbException/getProfile/getProfile.phpt (1.4),
	  ADOdbException/getRawProfile/getRawProfile.phpt (1.4),
	  ADOdbException/getXML/asteriskShortcut_attributes1.phpt (1.3),
	  ADOdbException/getXML/asteriskShortcut_attributes2.phpt (1.4),
	  ADOdbException/getXML/asteriskShortcut_attributes3.phpt (1.4),
	  ADOdbException/getXML/asteriskShortcut_attributes4.phpt (1.4),
	  ADOdbException/getXML/asteriskShortcut_attributes5.phpt (1.3),
	  ADOdbException/getXML/asteriskShortcut_attributes6.phpt (1.5),
	  ADOdbException/getXML/asteriskShortcut_elements1.phpt (1.3),
	  ADOdbException/getXML/asteriskShortcut_elements2.phpt (1.4),
	  ADOdbException/getXML/asteriskShortcut_elements3.phpt (1.4),
	  ADOdbException/getXML/asteriskShortcut_elements4.phpt (1.4),
	  ADOdbException/getXML/asteriskShortcut_elements5.phpt (1.3),
	  ADOdbException/getXML/asteriskShortcut_elements6.phpt (1.4),
	  ADOdbException/getXML/base64Prefix_callback.phpt (1.2),
	  ADOdbException/getXML/base64Prefix_callback_conditionalPrefix.phpt
	  (1.2), ADOdbException/getXML/base64Prefix_columnName.phpt (1.2),
	  ADOdbException/getXML/base64Prefix_columnName_conditionalPrefix.phpt
	  (1.2), ADOdbException/getXML/base64Prefix_staticString.phpt
	  (1.2),
	  ADOdbException/getXML/base64Prefix_staticString_conditionalPrefix.phpt
	  (1.2),
	  ADOdbException/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.3),
	  ADOdbException/getXML/callbackInterface_complexElementSpec.phpt
	  (1.3), ADOdbException/getXML/callbackInterface_condition.phpt
	  (1.3), ADOdbException/getXML/callbackInterface_data.phpt (1.3),
	  ADOdbException/getXML/callbackInterface_idColumn.phpt (1.3),
	  ADOdbException/getXML/callbackInterface_simpleAttributeSpec.phpt
	  (1.3),
	  ADOdbException/getXML/callbackInterface_simpleElementSpec.phpt
	  (1.3), ADOdbException/getXML/callbackReturnDOMNode.phpt (1.3),
	  ADOdbException/getXML/callbackReturnDOMNodeArray.phpt (1.4),
	  ADOdbException/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.4),
	  ADOdbException/getXML/callbackReturnDOMNode_parentHidden.phpt
	  (1.3), ADOdbException/getXML/case02.phpt (1.6),
	  ADOdbException/getXML/case03.phpt (1.7),
	  ADOdbException/getXML/case04.phpt (1.9),
	  ADOdbException/getXML/case05.phpt (1.9),
	  ADOdbException/getXML/case06.phpt (1.9),
	  ADOdbException/getXML/case07.phpt (1.7),
	  ADOdbException/getXML/case08.phpt (1.10),
	  ADOdbException/getXML/cdataPrefix_base64Prefix.phpt (1.2),
	  ADOdbException/getXML/cdataPrefix_callback.phpt (1.2),
	  ADOdbException/getXML/cdataPrefix_callback_conditionalPrefix.phpt
	  (1.2), ADOdbException/getXML/cdataPrefix_columnName.phpt (1.2),
	  ADOdbException/getXML/cdataPrefix_columnName_conditionalPrefix.phpt
	  (1.2), ADOdbException/getXML/cdataPrefix_emptyCdata.phpt (1.2),
	  ADOdbException/getXML/cdataPrefix_staticString.phpt (1.2),
	  ADOdbException/getXML/cdataPrefix_staticString_conditionalPrefix.phpt
	  (1.2),
	  ADOdbException/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.3),
	  ADOdbException/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.3),
	  ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.3),
	  ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.3),
	  ADOdbException/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.4),
	  ADOdbException/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.4),
	  ADOdbException/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.4),
	  ADOdbException/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.4),
	  ADOdbException/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.4),
	  ADOdbException/getXML/conditionPrefix_attribute_callback.phpt
	  (1.3),
	  ADOdbException/getXML/conditionPrefix_attribute_columnName.phpt
	  (1.3),
	  ADOdbException/getXML/conditionPrefix_attribute_staticText.phpt
	  (1.3),
	  ADOdbException/getXML/conditionPrefix_element_callback.phpt
	  (1.3),
	  ADOdbException/getXML/conditionPrefix_element_columnName.phpt
	  (1.3),
	  ADOdbException/getXML/conditionPrefix_element_staticText.phpt
	  (1.3), ADOdbException/getXML/conditionPrefix_value_callback.phpt
	  (1.3),
	  ADOdbException/getXML/conditionPrefix_value_columnName.phpt
	  (1.3),
	  ADOdbException/getXML/conditionPrefix_value_staticText.phpt
	  (1.3), ADOdbException/getXML/dynamicRowTag_callback.phpt (1.2),
	  ADOdbException/getXML/dynamicRowTag_columnName.phpt (1.2),
	  ADOdbException/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt
	  (1.2),
	  ADOdbException/getXML/dynamicRowTag_columnName_onRootLevel.phpt
	  (1.2), ADOdbException/getXML/dynamicRowTag_commandObject.phpt
	  (1.2), ADOdbException/getXML/dynamicRowTag_staticString.phpt
	  (1.2), ADOdbException/getXML/idcolumn_false1.phpt (1.2),
	  ADOdbException/getXML/idcolumn_false2.phpt (1.2),
	  ADOdbException/getXML/sql_argument_false1.phpt (1.2),
	  ADOdbException/getXML/sql_argument_false2.phpt (1.2),
	  ADOdbException/getXML/sql_options_single_record.phpt (1.3),
	  ADOdbException/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.3),
	  ADOdbException/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.3),
	  ADOdbException/getXML/sql_options_single_record_uncached.phpt
	  (1.2), ADOdbException/getXML/throwDBException.phpt (1.4),
	  ADOdbException/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.2),
	  ADOdbException/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.2),
	  ADOdbException/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.2),
	  ADOdbException/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.2),
	  ADOdbException/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.5),
	  ADOdbException/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.4),
	  ADOdbException/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.5),
	  ADOdbException/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.5),
	  ADOdbException/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.5),
	  ADOdbException/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.5),
	  ADOdbException/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.3),
	  ADOdbException/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.4),
	  ADOdbException/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.4),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.4),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.4),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.4),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.4),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.4),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.4),
	  ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.4),
	  ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.4),
	  ADOdbException/setGlobalOption/configException_noSuchOption.phpt
	  (1.4),
	  ADOdbException/setGlobalOption/hidden_container_prefix.phpt
	  (1.4), ADOdbException/startProfiling/startProfiling.phpt (1.4),
	  ADOdbException/stopProfiling/stopProfiling.phpt (1.4),
	  ADOdbPEAR/db_init.php (1.3), ADOdbPEAR/skipif.php (1.4),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.4),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.4),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.4),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.4),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.4), ADOdbPEAR/_appendTextChildNode/throwXMLException.phpt
	  (1.4), ADOdbPEAR/_applyColumnStringToRecord/callbacks.phpt (1.3),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.3),
	  ADOdbPEAR/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.3),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.3),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.3),
	  ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.3),
	  ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.3),
	  ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.3),
	  ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.3),
	  ADOdbPEAR/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.3), ADOdbPEAR/_executeEncoder/basics.phpt (1.3),
	  ADOdbPEAR/_executeEncoder/encoder_default.phpt (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_false.phpt (1.3),
	  ADOdbPEAR/_executeEncoder/encoder_function.phpt (1.3),
	  ADOdbPEAR/_executeEncoder/encoder_nonStaticMethod.phpt (1.3),
	  ADOdbPEAR/_executeEncoder/encoder_null.phpt (1.3),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.3),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.3),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.3),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.3),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.3), ADOdbPEAR/_executeEncoder/encoder_staticMethodArray.phpt
	  (1.3), ADOdbPEAR/_executeEncoder/encoder_staticMethodString.phpt
	  (1.3), ADOdbPEAR/_executeEncoder/throwXMLException.phpt (1.3),
	  ADOdbPEAR/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.3),
	  ADOdbPEAR/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.3),
	  ADOdbPEAR/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.4),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.3),
	  ADOdbPEAR/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.3),
	  ADOdbPEAR/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.3),
	  ADOdbPEAR/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.4),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.2),
	  ADOdbPEAR/_processComplexElementSpecification/condition_function.phpt
	  (1.3),
	  ADOdbPEAR/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.3),
	  ADOdbPEAR/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.3), ADOdbPEAR/_setDOMAttribute/throwXMLException.phpt (1.4),
	  ADOdbPEAR/clearProfile/clearProfile.phpt (1.4),
	  ADOdbPEAR/disableDebugLog/disableDebugLog.phpt (1.4),
	  ADOdbPEAR/enableDebugLog/enableDebugLog.phpt (1.3),
	  ADOdbPEAR/enableDebugLog/enableDebugLog_cached.phpt (1.2),
	  ADOdbPEAR/enableDebugLog/enableDebugLog_uncached.phpt (1.2),
	  ADOdbPEAR/getFlatXML/case01.phpt (1.6),
	  ADOdbPEAR/getFlatXML/simpleSelect.phpt (1.3),
	  ADOdbPEAR/getFlatXML/throwDBException.phpt (1.4),
	  ADOdbPEAR/getGlobalOption/configException_noSuchOption.phpt
	  (1.4), ADOdbPEAR/getGlobalOption/hidden_container_prefix.phpt
	  (1.4), ADOdbPEAR/getProfile/getProfile.phpt (1.4),
	  ADOdbPEAR/getRawProfile/getRawProfile.phpt (1.4),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes1.phpt (1.3),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes2.phpt (1.4),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes3.phpt (1.4),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes4.phpt (1.4),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes5.phpt (1.3),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes6.phpt (1.5),
	  ADOdbPEAR/getXML/asteriskShortcut_elements1.phpt (1.3),
	  ADOdbPEAR/getXML/asteriskShortcut_elements2.phpt (1.4),
	  ADOdbPEAR/getXML/asteriskShortcut_elements3.phpt (1.4),
	  ADOdbPEAR/getXML/asteriskShortcut_elements4.phpt (1.4),
	  ADOdbPEAR/getXML/asteriskShortcut_elements5.phpt (1.3),
	  ADOdbPEAR/getXML/asteriskShortcut_elements6.phpt (1.4),
	  ADOdbPEAR/getXML/base64Prefix_callback.phpt (1.2),
	  ADOdbPEAR/getXML/base64Prefix_callback_conditionalPrefix.phpt
	  (1.2), ADOdbPEAR/getXML/base64Prefix_columnName.phpt (1.2),
	  ADOdbPEAR/getXML/base64Prefix_columnName_conditionalPrefix.phpt
	  (1.2), ADOdbPEAR/getXML/base64Prefix_staticString.phpt (1.2),
	  ADOdbPEAR/getXML/base64Prefix_staticString_conditionalPrefix.phpt
	  (1.2),
	  ADOdbPEAR/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.3), ADOdbPEAR/getXML/callbackInterface_complexElementSpec.phpt
	  (1.3), ADOdbPEAR/getXML/callbackInterface_condition.phpt (1.3),
	  ADOdbPEAR/getXML/callbackInterface_data.phpt (1.3),
	  ADOdbPEAR/getXML/callbackInterface_idColumn.phpt (1.3),
	  ADOdbPEAR/getXML/callbackInterface_simpleAttributeSpec.phpt
	  (1.3), ADOdbPEAR/getXML/callbackInterface_simpleElementSpec.phpt
	  (1.3), ADOdbPEAR/getXML/callbackReturnDOMNode.phpt (1.3),
	  ADOdbPEAR/getXML/callbackReturnDOMNodeArray.phpt (1.4),
	  ADOdbPEAR/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.4), ADOdbPEAR/getXML/callbackReturnDOMNode_parentHidden.phpt
	  (1.3), ADOdbPEAR/getXML/case02.phpt (1.6),
	  ADOdbPEAR/getXML/case03.phpt (1.7), ADOdbPEAR/getXML/case04.phpt
	  (1.9), ADOdbPEAR/getXML/case05.phpt (1.9),
	  ADOdbPEAR/getXML/case06.phpt (1.9), ADOdbPEAR/getXML/case07.phpt
	  (1.7), ADOdbPEAR/getXML/case08.phpt (1.10),
	  ADOdbPEAR/getXML/cdataPrefix_base64Prefix.phpt (1.2),
	  ADOdbPEAR/getXML/cdataPrefix_callback.phpt (1.2),
	  ADOdbPEAR/getXML/cdataPrefix_callback_conditionalPrefix.phpt
	  (1.2), ADOdbPEAR/getXML/cdataPrefix_columnName.phpt (1.2),
	  ADOdbPEAR/getXML/cdataPrefix_columnName_conditionalPrefix.phpt
	  (1.2), ADOdbPEAR/getXML/cdataPrefix_emptyCdata.phpt (1.2),
	  ADOdbPEAR/getXML/cdataPrefix_staticString.phpt (1.2),
	  ADOdbPEAR/getXML/cdataPrefix_staticString_conditionalPrefix.phpt
	  (1.2),
	  ADOdbPEAR/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.3),
	  ADOdbPEAR/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.3),
	  ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.3),
	  ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.3),
	  ADOdbPEAR/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.4),
	  ADOdbPEAR/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.4),
	  ADOdbPEAR/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.4),
	  ADOdbPEAR/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.4),
	  ADOdbPEAR/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.4), ADOdbPEAR/getXML/conditionPrefix_attribute_callback.phpt
	  (1.3), ADOdbPEAR/getXML/conditionPrefix_attribute_columnName.phpt
	  (1.3), ADOdbPEAR/getXML/conditionPrefix_attribute_staticText.phpt
	  (1.3), ADOdbPEAR/getXML/conditionPrefix_element_callback.phpt
	  (1.3), ADOdbPEAR/getXML/conditionPrefix_element_columnName.phpt
	  (1.3), ADOdbPEAR/getXML/conditionPrefix_element_staticText.phpt
	  (1.3), ADOdbPEAR/getXML/conditionPrefix_value_callback.phpt
	  (1.3), ADOdbPEAR/getXML/conditionPrefix_value_columnName.phpt
	  (1.3), ADOdbPEAR/getXML/conditionPrefix_value_staticText.phpt
	  (1.3), ADOdbPEAR/getXML/dynamicRowTag_callback.phpt (1.2),
	  ADOdbPEAR/getXML/dynamicRowTag_columnName.phpt (1.2),
	  ADOdbPEAR/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt
	  (1.2), ADOdbPEAR/getXML/dynamicRowTag_columnName_onRootLevel.phpt
	  (1.2), ADOdbPEAR/getXML/dynamicRowTag_commandObject.phpt (1.2),
	  ADOdbPEAR/getXML/dynamicRowTag_staticString.phpt (1.2),
	  ADOdbPEAR/getXML/idcolumn_false1.phpt (1.2),
	  ADOdbPEAR/getXML/idcolumn_false2.phpt (1.2),
	  ADOdbPEAR/getXML/sql_argument_false1.phpt (1.2),
	  ADOdbPEAR/getXML/sql_argument_false2.phpt (1.2),
	  ADOdbPEAR/getXML/sql_options_single_record.phpt (1.3),
	  ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.3),
	  ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.3), ADOdbPEAR/getXML/sql_options_single_record_uncached.phpt
	  (1.2), ADOdbPEAR/getXML/throwDBException.phpt (1.4),
	  ADOdbPEAR/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.2),
	  ADOdbPEAR/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.2),
	  ADOdbPEAR/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.2),
	  ADOdbPEAR/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.2),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.5),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.4),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.5),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.5),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.5),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.5),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.3),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.4),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.4),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.4),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.4),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.4),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.4),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.4),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.4),
	  ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.4),
	  ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.4),
	  ADOdbPEAR/setGlobalOption/configException_noSuchOption.phpt
	  (1.4), ADOdbPEAR/setGlobalOption/hidden_container_prefix.phpt
	  (1.4), ADOdbPEAR/startProfiling/startProfiling.phpt (1.4),
	  ADOdbPEAR/stopProfiling/stopProfiling.phpt (1.4), DB/db_init.php
	  (1.3), DB/skipif.php (1.4),
	  DB/_addDOMChildren/throwXMLException_arrayWithBool.phpt (1.4),
	  DB/_addDOMChildren/throwXMLException_arrayWithDouble.phpt (1.4),
	  DB/_addDOMChildren/throwXMLException_arrayWithInt.phpt (1.4),
	  DB/_addDOMChildren/throwXMLException_arrayWithObject.phpt (1.4),
	  DB/_addDOMChildren/throwXMLException_arrayWithString.phpt (1.4),
	  DB/_appendTextChildNode/throwXMLException.phpt (1.4),
	  DB/_applyColumnStringToRecord/callbacks.phpt (1.3),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.3),
	  DB/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.3),
	  DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.3),
	  DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.3),
	  DB/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.3),
	  DB/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.3),
	  DB/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.3),
	  DB/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.3),
	  DB/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.3), DB/_executeEncoder/basics.phpt (1.3),
	  DB/_executeEncoder/encoder_default.phpt (1.2),
	  DB/_executeEncoder/encoder_false.phpt (1.3),
	  DB/_executeEncoder/encoder_function.phpt (1.3),
	  DB/_executeEncoder/encoder_nonStaticMethod.phpt (1.3),
	  DB/_executeEncoder/encoder_null.phpt (1.3),
	  DB/_executeEncoder/encoder_overwritten_default_false.phpt (1.3),
	  DB/_executeEncoder/encoder_overwritten_default_false2.phpt (1.3),
	  DB/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.3),
	  DB/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.3),
	  DB/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.3), DB/_executeEncoder/encoder_staticMethodArray.phpt (1.3),
	  DB/_executeEncoder/encoder_staticMethodString.phpt (1.3),
	  DB/_executeEncoder/throwXMLException.phpt (1.3),
	  DB/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.3),
	  DB/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.3),
	  DB/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.4),
	  DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.3), DB/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.3), DB/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.3), DB/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.4),
	  DB/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  DB/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.2),
	  DB/_processComplexElementSpecification/condition_function.phpt
	  (1.3),
	  DB/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.3),
	  DB/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.3), DB/_setDOMAttribute/throwXMLException.phpt (1.4),
	  DB/clearProfile/clearProfile.phpt (1.4),
	  DB/disableDebugLog/disableDebugLog.phpt (1.4),
	  DB/enableDebugLog/enableDebugLog.phpt (1.3),
	  DB/enableDebugLog/enableDebugLog_cached.phpt (1.2),
	  DB/enableDebugLog/enableDebugLog_uncached.phpt (1.2),
	  DB/getFlatXML/case01.phpt (1.6), DB/getFlatXML/simpleSelect.phpt
	  (1.3), DB/getFlatXML/throwDBException.phpt (1.4),
	  DB/getGlobalOption/configException_noSuchOption.phpt (1.4),
	  DB/getGlobalOption/hidden_container_prefix.phpt (1.4),
	  DB/getProfile/getProfile.phpt (1.4),
	  DB/getRawProfile/getRawProfile.phpt (1.4),
	  DB/getXML/asteriskShortcut_attributes1.phpt (1.3),
	  DB/getXML/asteriskShortcut_attributes2.phpt (1.4),
	  DB/getXML/asteriskShortcut_attributes3.phpt (1.4),
	  DB/getXML/asteriskShortcut_attributes4.phpt (1.4),
	  DB/getXML/asteriskShortcut_attributes5.phpt (1.3),
	  DB/getXML/asteriskShortcut_attributes6.phpt (1.5),
	  DB/getXML/asteriskShortcut_elements1.phpt (1.3),
	  DB/getXML/asteriskShortcut_elements2.phpt (1.4),
	  DB/getXML/asteriskShortcut_elements3.phpt (1.4),
	  DB/getXML/asteriskShortcut_elements4.phpt (1.4),
	  DB/getXML/asteriskShortcut_elements5.phpt (1.3),
	  DB/getXML/asteriskShortcut_elements6.phpt (1.4),
	  DB/getXML/base64Prefix_callback.phpt (1.2),
	  DB/getXML/base64Prefix_callback_conditionalPrefix.phpt (1.2),
	  DB/getXML/base64Prefix_columnName.phpt (1.2),
	  DB/getXML/base64Prefix_columnName_conditionalPrefix.phpt (1.2),
	  DB/getXML/base64Prefix_staticString.phpt (1.2),
	  DB/getXML/base64Prefix_staticString_conditionalPrefix.phpt (1.2),
	  DB/getXML/callbackInterface_complexAttributeSpec.phpt (1.3),
	  DB/getXML/callbackInterface_complexElementSpec.phpt (1.3),
	  DB/getXML/callbackInterface_condition.phpt (1.3),
	  DB/getXML/callbackInterface_data.phpt (1.3),
	  DB/getXML/callbackInterface_idColumn.phpt (1.3),
	  DB/getXML/callbackInterface_simpleAttributeSpec.phpt (1.3),
	  DB/getXML/callbackInterface_simpleElementSpec.phpt (1.3),
	  DB/getXML/callbackReturnDOMNode.phpt (1.3),
	  DB/getXML/callbackReturnDOMNodeArray.phpt (1.4),
	  DB/getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.4),
	  DB/getXML/callbackReturnDOMNode_parentHidden.phpt (1.3),
	  DB/getXML/case02.phpt (1.6), DB/getXML/case03.phpt (1.7),
	  DB/getXML/case04.phpt (1.9), DB/getXML/case05.phpt (1.9),
	  DB/getXML/case06.phpt (1.9), DB/getXML/case07.phpt (1.7),
	  DB/getXML/case08.phpt (1.10),
	  DB/getXML/cdataPrefix_base64Prefix.phpt (1.2),
	  DB/getXML/cdataPrefix_callback.phpt (1.2),
	  DB/getXML/cdataPrefix_callback_conditionalPrefix.phpt (1.2),
	  DB/getXML/cdataPrefix_columnName.phpt (1.2),
	  DB/getXML/cdataPrefix_columnName_conditionalPrefix.phpt (1.2),
	  DB/getXML/cdataPrefix_emptyCdata.phpt (1.2),
	  DB/getXML/cdataPrefix_staticString.phpt (1.2),
	  DB/getXML/cdataPrefix_staticString_conditionalPrefix.phpt (1.2),
	  DB/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.3),
	  DB/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.3),
	  DB/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.3),
	  DB/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.3),
	  DB/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.4),
	  DB/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.4), DB/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.4),
	  DB/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.4),
	  DB/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.4), DB/getXML/conditionPrefix_attribute_callback.phpt (1.3),
	  DB/getXML/conditionPrefix_attribute_columnName.phpt (1.3),
	  DB/getXML/conditionPrefix_attribute_staticText.phpt (1.3),
	  DB/getXML/conditionPrefix_element_callback.phpt (1.3),
	  DB/getXML/conditionPrefix_element_columnName.phpt (1.3),
	  DB/getXML/conditionPrefix_element_staticText.phpt (1.3),
	  DB/getXML/conditionPrefix_value_callback.phpt (1.3),
	  DB/getXML/conditionPrefix_value_columnName.phpt (1.3),
	  DB/getXML/conditionPrefix_value_staticText.phpt (1.3),
	  DB/getXML/dynamicRowTag_callback.phpt (1.2),
	  DB/getXML/dynamicRowTag_columnName.phpt (1.2),
	  DB/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt (1.2),
	  DB/getXML/dynamicRowTag_columnName_onRootLevel.phpt (1.2),
	  DB/getXML/dynamicRowTag_commandObject.phpt (1.2),
	  DB/getXML/dynamicRowTag_staticString.phpt (1.2),
	  DB/getXML/idcolumn_false1.phpt (1.2),
	  DB/getXML/idcolumn_false2.phpt (1.2),
	  DB/getXML/sql_argument_false1.phpt (1.2),
	  DB/getXML/sql_argument_false2.phpt (1.2),
	  DB/getXML/sql_options_single_record.phpt (1.3),
	  DB/getXML/sql_options_single_record_emptyResultSet.phpt (1.3),
	  DB/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.3), DB/getXML/sql_options_single_record_uncached.phpt (1.2),
	  DB/getXML/throwDBException.phpt (1.4),
	  DB/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.2),
	  DB/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.2),
	  DB/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.2),
	  DB/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.2),
	  DB/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.5),
	  DB/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.4),
	  DB/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.5),
	  DB/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.5),
	  DB/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.5),
	  DB/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.5),
	  DB/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.3),
	  DB/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.4), DB/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.4),
	  DB/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.4),
	  DB/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.4),
	  DB/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.4),
	  DB/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.4),
	  DB/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.4),
	  DB/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.4),
	  DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.4),
	  DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.4), DB/setGlobalOption/configException_noSuchOption.phpt
	  (1.4), DB/setGlobalOption/hidden_container_prefix.phpt (1.4),
	  DB/startProfiling/startProfiling.phpt (1.4),
	  DB/stopProfiling/stopProfiling.phpt (1.4), MDB2/db_init.php
	  (1.3), MDB2/skipif.php (1.4),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithBool.phpt (1.4),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.4), MDB2/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.4),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.4),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.4), MDB2/_appendTextChildNode/throwXMLException.phpt (1.4),
	  MDB2/_applyColumnStringToRecord/callbacks.phpt (1.3),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.3),
	  MDB2/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.3),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.3),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.3),
	  MDB2/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.3),
	  MDB2/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.3),
	  MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.3),
	  MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.3),
	  MDB2/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.3), MDB2/_executeEncoder/basics.phpt (1.3),
	  MDB2/_executeEncoder/encoder_default.phpt (1.2),
	  MDB2/_executeEncoder/encoder_false.phpt (1.3),
	  MDB2/_executeEncoder/encoder_function.phpt (1.3),
	  MDB2/_executeEncoder/encoder_nonStaticMethod.phpt (1.3),
	  MDB2/_executeEncoder/encoder_null.phpt (1.3),
	  MDB2/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.3),
	  MDB2/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.3),
	  MDB2/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.3),
	  MDB2/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.3),
	  MDB2/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.3), MDB2/_executeEncoder/encoder_staticMethodArray.phpt (1.3),
	  MDB2/_executeEncoder/encoder_staticMethodString.phpt (1.3),
	  MDB2/_executeEncoder/throwXMLException.phpt (1.3),
	  MDB2/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.3),
	  MDB2/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.3),
	  MDB2/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.4),
	  MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.3), MDB2/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.3), MDB2/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.3), MDB2/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.4),
	  MDB2/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  MDB2/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.2),
	  MDB2/_processComplexElementSpecification/condition_function.phpt
	  (1.3),
	  MDB2/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.3),
	  MDB2/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.3), MDB2/_setDOMAttribute/throwXMLException.phpt (1.4),
	  MDB2/clearProfile/clearProfile.phpt (1.4),
	  MDB2/disableDebugLog/disableDebugLog.phpt (1.4),
	  MDB2/enableDebugLog/enableDebugLog.phpt (1.3),
	  MDB2/enableDebugLog/enableDebugLog_cached.phpt (1.2),
	  MDB2/enableDebugLog/enableDebugLog_uncached.phpt (1.2),
	  MDB2/getFlatXML/case01.phpt (1.6),
	  MDB2/getFlatXML/simpleSelect.phpt (1.3),
	  MDB2/getFlatXML/throwDBException.phpt (1.4),
	  MDB2/getGlobalOption/configException_noSuchOption.phpt (1.4),
	  MDB2/getGlobalOption/hidden_container_prefix.phpt (1.4),
	  MDB2/getProfile/getProfile.phpt (1.4),
	  MDB2/getRawProfile/getRawProfile.phpt (1.4),
	  MDB2/getXML/asteriskShortcut_attributes1.phpt (1.3),
	  MDB2/getXML/asteriskShortcut_attributes2.phpt (1.4),
	  MDB2/getXML/asteriskShortcut_attributes3.phpt (1.4),
	  MDB2/getXML/asteriskShortcut_attributes4.phpt (1.4),
	  MDB2/getXML/asteriskShortcut_attributes5.phpt (1.3),
	  MDB2/getXML/asteriskShortcut_attributes6.phpt (1.5),
	  MDB2/getXML/asteriskShortcut_elements1.phpt (1.3),
	  MDB2/getXML/asteriskShortcut_elements2.phpt (1.4),
	  MDB2/getXML/asteriskShortcut_elements3.phpt (1.4),
	  MDB2/getXML/asteriskShortcut_elements4.phpt (1.4),
	  MDB2/getXML/asteriskShortcut_elements5.phpt (1.3),
	  MDB2/getXML/asteriskShortcut_elements6.phpt (1.4),
	  MDB2/getXML/base64Prefix_callback.phpt (1.2),
	  MDB2/getXML/base64Prefix_callback_conditionalPrefix.phpt (1.2),
	  MDB2/getXML/base64Prefix_columnName.phpt (1.2),
	  MDB2/getXML/base64Prefix_columnName_conditionalPrefix.phpt (1.2),
	  MDB2/getXML/base64Prefix_staticString.phpt (1.2),
	  MDB2/getXML/base64Prefix_staticString_conditionalPrefix.phpt
	  (1.2), MDB2/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.3), MDB2/getXML/callbackInterface_complexElementSpec.phpt
	  (1.3), MDB2/getXML/callbackInterface_condition.phpt (1.3),
	  MDB2/getXML/callbackInterface_data.phpt (1.3),
	  MDB2/getXML/callbackInterface_idColumn.phpt (1.3),
	  MDB2/getXML/callbackInterface_simpleAttributeSpec.phpt (1.3),
	  MDB2/getXML/callbackInterface_simpleElementSpec.phpt (1.3),
	  MDB2/getXML/callbackReturnDOMNode.phpt (1.3),
	  MDB2/getXML/callbackReturnDOMNodeArray.phpt (1.4),
	  MDB2/getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.4),
	  MDB2/getXML/callbackReturnDOMNode_parentHidden.phpt (1.3),
	  MDB2/getXML/case02.phpt (1.6), MDB2/getXML/case03.phpt (1.7),
	  MDB2/getXML/case04.phpt (1.9), MDB2/getXML/case05.phpt (1.9),
	  MDB2/getXML/case06.phpt (1.9), MDB2/getXML/case07.phpt (1.7),
	  MDB2/getXML/case08.phpt (1.10),
	  MDB2/getXML/cdataPrefix_base64Prefix.phpt (1.2),
	  MDB2/getXML/cdataPrefix_callback.phpt (1.2),
	  MDB2/getXML/cdataPrefix_callback_conditionalPrefix.phpt (1.2),
	  MDB2/getXML/cdataPrefix_columnName.phpt (1.2),
	  MDB2/getXML/cdataPrefix_columnName_conditionalPrefix.phpt (1.2),
	  MDB2/getXML/cdataPrefix_emptyCdata.phpt (1.2),
	  MDB2/getXML/cdataPrefix_staticString.phpt (1.2),
	  MDB2/getXML/cdataPrefix_staticString_conditionalPrefix.phpt
	  (1.2),
	  MDB2/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.3),
	  MDB2/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.3),
	  MDB2/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.3),
	  MDB2/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.3),
	  MDB2/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.4),
	  MDB2/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.4),
	  MDB2/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.4),
	  MDB2/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.4),
	  MDB2/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.4), MDB2/getXML/conditionPrefix_attribute_callback.phpt (1.3),
	  MDB2/getXML/conditionPrefix_attribute_columnName.phpt (1.3),
	  MDB2/getXML/conditionPrefix_attribute_staticText.phpt (1.3),
	  MDB2/getXML/conditionPrefix_element_callback.phpt (1.3),
	  MDB2/getXML/conditionPrefix_element_columnName.phpt (1.3),
	  MDB2/getXML/conditionPrefix_element_staticText.phpt (1.3),
	  MDB2/getXML/conditionPrefix_value_callback.phpt (1.3),
	  MDB2/getXML/conditionPrefix_value_columnName.phpt (1.3),
	  MDB2/getXML/conditionPrefix_value_staticText.phpt (1.3),
	  MDB2/getXML/dynamicRowTag_callback.phpt (1.2),
	  MDB2/getXML/dynamicRowTag_columnName.phpt (1.2),
	  MDB2/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt (1.2),
	  MDB2/getXML/dynamicRowTag_columnName_onRootLevel.phpt (1.2),
	  MDB2/getXML/dynamicRowTag_commandObject.phpt (1.2),
	  MDB2/getXML/dynamicRowTag_staticString.phpt (1.2),
	  MDB2/getXML/idcolumn_false1.phpt (1.2),
	  MDB2/getXML/idcolumn_false2.phpt (1.2),
	  MDB2/getXML/sql_argument_false1.phpt (1.2),
	  MDB2/getXML/sql_argument_false2.phpt (1.2),
	  MDB2/getXML/sql_options_single_record.phpt (1.3),
	  MDB2/getXML/sql_options_single_record_emptyResultSet.phpt (1.3),
	  MDB2/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.3), MDB2/getXML/sql_options_single_record_uncached.phpt (1.2),
	  MDB2/getXML/throwDBException.phpt (1.4),
	  MDB2/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.2),
	  MDB2/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.2),
	  MDB2/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.2),
	  MDB2/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.2),
	  MDB2/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.5),
	  MDB2/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.4),
	  MDB2/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.5),
	  MDB2/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.5),
	  MDB2/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.5),
	  MDB2/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.5),
	  MDB2/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.3),
	  MDB2/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.4),
	  MDB2/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.4),
	  MDB2/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.4),
	  MDB2/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.4),
	  MDB2/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.4),
	  MDB2/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.4),
	  MDB2/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.4),
	  MDB2/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.4),
	  MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.4),
	  MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.4), MDB2/setGlobalOption/configException_noSuchOption.phpt
	  (1.4), MDB2/setGlobalOption/hidden_container_prefix.phpt (1.4),
	  MDB2/startProfiling/startProfiling.phpt (1.4),
	  MDB2/stopProfiling/stopProfiling.phpt (1.4), PDO/db_init.php
	  (1.4), PDO/skipif.php (1.3),
	  PDO/_addDOMChildren/throwXMLException_arrayWithBool.phpt (1.3),
	  PDO/_addDOMChildren/throwXMLException_arrayWithDouble.phpt (1.3),
	  PDO/_addDOMChildren/throwXMLException_arrayWithInt.phpt (1.3),
	  PDO/_addDOMChildren/throwXMLException_arrayWithObject.phpt (1.3),
	  PDO/_addDOMChildren/throwXMLException_arrayWithString.phpt (1.3),
	  PDO/_appendTextChildNode/throwXMLException.phpt (1.3),
	  PDO/_applyColumnStringToRecord/callbacks.phpt (1.2),
	  PDO/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.3),
	  PDO/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.3),
	  PDO/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.3),
	  PDO/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.3),
	  PDO/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.3),
	  PDO/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.3),
	  PDO/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.3),
	  PDO/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.3), PDO/_executeEncoder/basics.phpt (1.2),
	  PDO/_executeEncoder/encoder_default.phpt (1.2),
	  PDO/_executeEncoder/encoder_false.phpt (1.2),
	  PDO/_executeEncoder/encoder_function.phpt (1.2),
	  PDO/_executeEncoder/encoder_nonStaticMethod.phpt (1.2),
	  PDO/_executeEncoder/encoder_null.phpt (1.2),
	  PDO/_executeEncoder/encoder_overwritten_default_false.phpt (1.2),
	  PDO/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.2),
	  PDO/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.2),
	  PDO/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.2),
	  PDO/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.2), PDO/_executeEncoder/encoder_staticMethodArray.phpt (1.2),
	  PDO/_executeEncoder/encoder_staticMethodString.phpt (1.2),
	  PDO/_executeEncoder/throwXMLException.phpt (1.3),
	  PDO/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.2),
	  PDO/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.2),
	  PDO/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.3), PDO/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.3), PDO/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.2), PDO/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.4),
	  PDO/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  PDO/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.2),
	  PDO/_processComplexElementSpecification/condition_function.phpt
	  (1.2),
	  PDO/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.2),
	  PDO/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.3), PDO/_setDOMAttribute/throwXMLException.phpt (1.3),
	  PDO/clearProfile/clearProfile.phpt (1.3),
	  PDO/disableDebugLog/disableDebugLog.phpt (1.3),
	  PDO/enableDebugLog/enableDebugLog.phpt (1.3),
	  PDO/enableDebugLog/enableDebugLog_cached.phpt (1.2),
	  PDO/enableDebugLog/enableDebugLog_uncached.phpt (1.2),
	  PDO/getFlatXML/case01.phpt (1.2),
	  PDO/getFlatXML/simpleSelect.phpt (1.2),
	  PDO/getFlatXML/throwDBException.phpt (1.4),
	  PDO/getGlobalOption/configException_noSuchOption.phpt (1.2),
	  PDO/getGlobalOption/hidden_container_prefix.phpt (1.2),
	  PDO/getProfile/getProfile.phpt (1.3),
	  PDO/getRawProfile/getRawProfile.phpt (1.3),
	  PDO/getXML/asteriskShortcut_attributes1.phpt (1.2),
	  PDO/getXML/asteriskShortcut_attributes2.phpt (1.2),
	  PDO/getXML/asteriskShortcut_attributes3.phpt (1.2),
	  PDO/getXML/asteriskShortcut_attributes4.phpt (1.2),
	  PDO/getXML/asteriskShortcut_attributes5.phpt (1.2),
	  PDO/getXML/asteriskShortcut_attributes6.phpt (1.3),
	  PDO/getXML/asteriskShortcut_elements1.phpt (1.2),
	  PDO/getXML/asteriskShortcut_elements2.phpt (1.2),
	  PDO/getXML/asteriskShortcut_elements3.phpt (1.2),
	  PDO/getXML/asteriskShortcut_elements4.phpt (1.2),
	  PDO/getXML/asteriskShortcut_elements5.phpt (1.2),
	  PDO/getXML/asteriskShortcut_elements6.phpt (1.2),
	  PDO/getXML/base64Prefix_callback.phpt (1.2),
	  PDO/getXML/base64Prefix_callback_conditionalPrefix.phpt (1.2),
	  PDO/getXML/base64Prefix_columnName.phpt (1.2),
	  PDO/getXML/base64Prefix_columnName_conditionalPrefix.phpt (1.2),
	  PDO/getXML/base64Prefix_staticString.phpt (1.2),
	  PDO/getXML/base64Prefix_staticString_conditionalPrefix.phpt
	  (1.2), PDO/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.2), PDO/getXML/callbackInterface_complexElementSpec.phpt
	  (1.2), PDO/getXML/callbackInterface_condition.phpt (1.2),
	  PDO/getXML/callbackInterface_data.phpt (1.2),
	  PDO/getXML/callbackInterface_idColumn.phpt (1.2),
	  PDO/getXML/callbackInterface_simpleAttributeSpec.phpt (1.2),
	  PDO/getXML/callbackInterface_simpleElementSpec.phpt (1.2),
	  PDO/getXML/callbackReturnDOMNode.phpt (1.2),
	  PDO/getXML/callbackReturnDOMNodeArray.phpt (1.2),
	  PDO/getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.2),
	  PDO/getXML/callbackReturnDOMNode_parentHidden.phpt (1.2),
	  PDO/getXML/case02.phpt (1.2), PDO/getXML/case03.phpt (1.3),
	  PDO/getXML/case04.phpt (1.3), PDO/getXML/case05.phpt (1.2),
	  PDO/getXML/case06.phpt (1.2), PDO/getXML/case07.phpt (1.3),
	  PDO/getXML/case08.phpt (1.3),
	  PDO/getXML/cdataPrefix_base64Prefix.phpt (1.2),
	  PDO/getXML/cdataPrefix_callback.phpt (1.2),
	  PDO/getXML/cdataPrefix_callback_conditionalPrefix.phpt (1.2),
	  PDO/getXML/cdataPrefix_columnName.phpt (1.2),
	  PDO/getXML/cdataPrefix_columnName_conditionalPrefix.phpt (1.2),
	  PDO/getXML/cdataPrefix_emptyCdata.phpt (1.2),
	  PDO/getXML/cdataPrefix_staticString.phpt (1.2),
	  PDO/getXML/cdataPrefix_staticString_conditionalPrefix.phpt (1.2),
	  PDO/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.3),
	  PDO/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.3),
	  PDO/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.2),
	  PDO/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.2),
	  PDO/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.2),
	  PDO/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.2),
	  PDO/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.2),
	  PDO/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.2),
	  PDO/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.2), PDO/getXML/conditionPrefix_attribute_callback.phpt (1.2),
	  PDO/getXML/conditionPrefix_attribute_columnName.phpt (1.2),
	  PDO/getXML/conditionPrefix_attribute_staticText.phpt (1.2),
	  PDO/getXML/conditionPrefix_element_callback.phpt (1.2),
	  PDO/getXML/conditionPrefix_element_columnName.phpt (1.2),
	  PDO/getXML/conditionPrefix_element_staticText.phpt (1.2),
	  PDO/getXML/conditionPrefix_value_callback.phpt (1.2),
	  PDO/getXML/conditionPrefix_value_columnName.phpt (1.2),
	  PDO/getXML/conditionPrefix_value_staticText.phpt (1.2),
	  PDO/getXML/dynamicRowTag_callback.phpt (1.2),
	  PDO/getXML/dynamicRowTag_columnName.phpt (1.2),
	  PDO/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt (1.2),
	  PDO/getXML/dynamicRowTag_columnName_onRootLevel.phpt (1.2),
	  PDO/getXML/dynamicRowTag_commandObject.phpt (1.2),
	  PDO/getXML/dynamicRowTag_staticString.phpt (1.2),
	  PDO/getXML/idcolumn_false1.phpt (1.2),
	  PDO/getXML/idcolumn_false2.phpt (1.2),
	  PDO/getXML/sql_argument_false1.phpt (1.2),
	  PDO/getXML/sql_argument_false2.phpt (1.2),
	  PDO/getXML/sql_options_single_record.phpt (1.3),
	  PDO/getXML/sql_options_single_record_emptyResultSet.phpt (1.3),
	  PDO/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.3), PDO/getXML/sql_options_single_record_uncached.phpt (1.2),
	  PDO/getXML/throwDBException.phpt (1.4),
	  PDO/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.2),
	  PDO/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.2),
	  PDO/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.2),
	  PDO/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.2), PDO/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.2),
	  PDO/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.2),
	  PDO/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.2),
	  PDO/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.2), PDO/setGlobalOption/configException_noSuchOption.phpt
	  (1.2), PDO/setGlobalOption/hidden_container_prefix.phpt (1.2),
	  PDO/startProfiling/startProfiling.phpt (1.3),
	  PDO/stopProfiling/stopProfiling.phpt (1.3): consolidating unit
	  tests

2008-04-18 23:26  lukasfeiler

	* cases/: case02/case02.log (1.3), case02/case02.profile (1.3),
	  case03/case03.log (1.3), case03/case03.profile (1.3),
	  case04/case04.log (1.3), case04/case04.profile (1.3),
	  case05/case05.log (1.3), case05/case05.profile (1.3),
	  case06/case06.log (1.3), case06/case06.profile (1.3),
	  case07/case07.log (1.3), case07/case07.profile (1.3),
	  case08/case08.log (1.3), case08/case08.profile (1.3) (utags:
	  RELEASE_1_7_0, RELEASE_1_7_0RC1): improved logging: now also
	  includes the values with which a prepared statement gets executed

2008-04-18 23:23  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.28): documented
	  $sql['limit'] & $sql['offset']

2008-04-18 21:01  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.27): - new section
	  on Implementing 1:N and N:N relationships - case*.log corrected

2008-04-18 20:10  lukasfeiler

	* XML/: Query2XML.php (1.32, RELEASE_1_7_0, RELEASE_1_7_0RC1),
	  Query2XML/Driver/LDAP2.php (1.1): new driver for Net_LDAP2

2008-04-18 19:48  lukasfeiler

	* XML/Query2XML/Driver/: DB.php (1.3), MDB2.php (1.3,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1): implemented $sql["offset"] and
	  $sql["limit"]

2008-04-18 19:40  lukasfeiler

	* XML/Query2XML.php (1.31): - $sql['data'] can now also be an
	  associative array - now also logging the variables with which a
	  prepared   statement is executed - support for new Net_LDAP2
	  driver: XML_Query2XML_Driver_LDAP2 - clarified API docs for
	  XML_Query2XML_Driver::preprocessQuery(): return   value will only
	  be used for profiling purposes

2008-01-06 22:26  lukasfeiler

	* XML/Query2XML.php (1.30): prevent fatal error by throwing an
	  exception if a simple element specification uses prefixes - or
	  directly an XML_Query2XML_Callback - but does not use an explicit
	  array key in the specification

2008-01-06 11:12  tag RELEASE_1_6_0

2008-01-06 11:12  lukasfeiler

	* ChangeLog (1.15, RELEASE_1_6_0): ChangeLog updated

2008-01-06 11:04  lukasfeiler

	* RELEASES (1.19), package.xml (1.28) (utags: RELEASE_1_6_0):
	  getting ready for 1.6.0

2008-01-02 17:01  tag RELEASE_1_6_0RC1

2008-01-02 17:01  lukasfeiler

	* ChangeLog (1.14, RELEASE_1_6_0RC1): ChangeLog updated

2008-01-02 16:57  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.26, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): documenting $options["sql"]["driver"] under
	  $options["sql"]; removing the distinction between complex and
	  simple LDAP queries

2008-01-02 16:54  lukasfeiler

	*
	  tests/XML_Query2XML/LDAP/getXML/throwLDAPException_queryError.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1): incorrect LDAP query

2008-01-02 16:54  lukasfeiler

	*
	  tests/XML_Query2XML/LDAP/XML_Query2XML_Driver_LDAP-preprocessQuery/throwConfigException_queryNotAnArray.phpt
	  (1.2, RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): more readable test data

2008-01-02 16:51  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.3), ADOdbDefault/getFlatXML/throwDBException.phpt (1.3),
	  ADOdbDefault/getXML/throwDBException.phpt (1.3),
	  ADOdbException/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.3), ADOdbException/getFlatXML/throwDBException.phpt (1.3),
	  ADOdbPEAR/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.3), ADOdbPEAR/getFlatXML/throwDBException.phpt (1.3),
	  DB/_prepareAndExecute/throwDBException_simpleQuery.phpt (1.3),
	  DB/getFlatXML/throwDBException.phpt (1.3),
	  MDB2/_prepareAndExecute/throwDBException_simpleQuery.phpt (1.3),
	  MDB2/getFlatXML/throwDBException.phpt (1.3),
	  PDO/_prepareAndExecute/throwDBException_simpleQuery.phpt (1.3),
	  PDO/getFlatXML/throwDBException.phpt (1.3),
	  ADOdbException/getXML/throwDBException.phpt (1.3),
	  ADOdbPEAR/getXML/throwDBException.phpt (1.3),
	  DB/getXML/throwDBException.phpt (1.3),
	  MDB2/getXML/throwDBException.phpt (1.3),
	  PDO/getXML/throwDBException.phpt (1.3) (utags: RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): ignoring whether failed during prepare or
	  execute

2008-01-02 16:51  lukasfeiler

	*
	  tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1): unit tests for 'driver'
	  option

2008-01-02 16:47  lukasfeiler

	* tests/XML_Query2XML/settings.php (1.5, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): LDAP config

2008-01-02 16:46  lukasfeiler

	* XML/Query2XML/Driver/LDAP.php (1.3, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1): CS fixes and
	  references to unit tests

2008-01-02 16:44  lukasfeiler

	* XML/Query2XML.php (1.29, RELEASE_1_6_0, RELEASE_1_6_0RC1): CS fix

2008-01-02 16:42  lukasfeiler

	* INSTALL (1.12, RELEASE_1_6_0), README (1.12, RELEASE_1_6_0),
	  RELEASES (1.18), package.xml (1.27) (utags: RELEASE_1_6_0RC1):
	  getting ready for 1.6.0RC1

2007-12-29 20:47  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.25): - new section
	  describing integration with Cache_Lite - LDAP driver
	  documentation - how to write your own driver - documentation of
	  $options['sql']['driver'] and how to use multiple drivers -
	  additional notes regarding the case studies - correction of
	  copyright notice; not a work made for hire under Title 17 U.S.C 
	  101(1) or (2)

2007-12-03 04:44  lukasfeiler

	* XML/Query2XML.php (1.28): fixed documentation Bug #12568

2007-11-25 03:37  lukasfeiler

	* XML/Query2XML/Driver/LDAP.php (1.2): CS

2007-11-25 03:35  lukasfeiler

	* tests/XML_Query2XML/LDAP/:
	  getXML/complexElementSpecification_multiValueLDAPAttributes.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1), getXML/placeholders.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1),
	  getXML/placeholders_alternative.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1),
	  getXML/placeholders_alternative_multichar.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1), getXML/simpleElementSpecification.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1),
	  getXML/simpleElementSpecification_optionalLDAPAttributes.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1),
	  XML_Query2XML_Driver_LDAP-preprocessQuery/regularOperation.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1),
	  XML_Query2XML_Driver_LDAP-preprocessQuery/throwConfigException_queryNotAnArray.phpt
	  (1.1): LDAP tests

2007-11-25 03:34  lukasfeiler

	* tests/XML_Query2XML/LDAP/: ldap_init.php (1.1), skipif.php (1.1)
	  (utags: RELEASE_1_6_0, RELEASE_1_6_0RC1): ldap init and skipif

2007-11-24 19:13  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.1),
	  ADOdbException/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.1),
	  DB/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.1),
	  PDO/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt
	  (1.1) (utags: RELEASE_1_6_0, RELEASE_1_6_0RC1): unit tests for
	  data type of [sql][driver] option

2007-11-23 21:29  lukasfeiler

	* XML/Query2XML.php (1.27): keeping cached queries separate for
	  each driver

2007-11-19 04:52  lukasfeiler

	* tests/XML_Query2XML/NoDBLayer/factory/: throwConfigException.phpt
	  (1.4), throwDBException.phpt (1.4, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1) (utags: RELEASE_1_6_0, RELEASE_1_6_0RC1):
	  changed exceptions messages due to new Net_LDAP driver

2007-11-19 03:24  lukasfeiler

	* XML/Query2XML/Driver/LDAP.php (1.1): Net_LDAP driver

2007-11-19 02:43  lukasfeiler

	* XML/Query2XML/Command/: Base64.php (1.3), CDATA.php (1.3),
	  Chain.php (1.3), ColumnValue.php (1.3), NonEmpty.php (1.3),
	  PHPCallback.php (1.3), Static.php (1.3), Unserialize.php (1.3)
	  (utags: RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1): CS fixes

2007-11-19 02:36  lukasfeiler

	* XML/Query2XML/: Callback.php (1.4), ISO9075Mapper.php (1.3)
	  (utags: RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1): CS fixes

2007-11-19 02:33  lukasfeiler

	* XML/Query2XML/Driver/: ADOdb.php (1.2, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1), DB.php (1.2), MDB2.php (1.2), PDO.php (1.2,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1) (utags: RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): CS fixes

2007-11-19 02:04  lukasfeiler

	* XML/Query2XML.php (1.26): CS fixes

2007-11-10 01:09  lukasfeiler

	* XML/Query2XML.php (1.25): - $options['query'] now is an alias for
	  $options['sql'] - XML_Query2XML::factory() now also accepts an
	  instance of XML_Query2XML_Driver as an argument -
	  $options['sql']['driver'] now allows for providing a different
	  driver than the one passed to XML_Query2XML::factory() -
	  XML_Query2XML_DBException now extends the more general
	  XML_Query2XML_DriverException - XML_Query2XML_Driver is now a
	  public class - its factory() method can be used to instantiate
	  the driver classes that come with XML_Query2XML

2007-10-07 21:19  tag RELEASE_1_5_0

2007-10-07 21:19  lukasfeiler

	* RELEASES (1.17, RELEASE_1_5_0): 1.5.0 documented

2007-10-07 19:56  lukasfeiler

	* ChangeLog (1.13, RELEASE_1_5_0): ChangeLog updated

2007-10-07 19:54  lukasfeiler

	* package.xml (1.26, RELEASE_1_5_0): getting ready for 1.5.0

2007-09-30 19:29  tag RELEASE_1_5_0RC1

2007-09-30 19:29  lukasfeiler

	* ChangeLog (1.12), README (1.11, RELEASE_1_5_0), RELEASES (1.16),
	  package.xml (1.25) (utags: RELEASE_1_5_0RC1): getting ready for
	  1.5.0RC1

2007-09-30 19:07  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/clearProfile/clearProfile.phpt
	  (1.3), ADOdbDefault/disableDebugLog/disableDebugLog.phpt (1.3),
	  ADOdbDefault/enableDebugLog/enableDebugLog.phpt (1.2),
	  ADOdbDefault/enableDebugLog/enableDebugLog_cached.phpt (1.1),
	  ADOdbDefault/enableDebugLog/enableDebugLog_uncached.phpt (1.1),
	  ADOdbDefault/getProfile/getProfile.phpt (1.3),
	  ADOdbDefault/getRawProfile/getRawProfile.phpt (1.3),
	  ADOdbDefault/getXML/case03.phpt (1.6),
	  ADOdbDefault/getXML/case04.phpt (1.8),
	  ADOdbDefault/getXML/case07.phpt (1.6),
	  ADOdbDefault/getXML/sql_options_single_record.phpt (1.2),
	  ADOdbDefault/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.2),
	  ADOdbDefault/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.2), ADOdbDefault/startProfiling/startProfiling.phpt (1.3),
	  ADOdbDefault/stopProfiling/stopProfiling.phpt (1.3),
	  ADOdbException/clearProfile/clearProfile.phpt (1.3),
	  ADOdbException/disableDebugLog/disableDebugLog.phpt (1.3),
	  ADOdbException/enableDebugLog/enableDebugLog.phpt (1.2),
	  ADOdbException/enableDebugLog/enableDebugLog_cached.phpt (1.1),
	  ADOdbException/enableDebugLog/enableDebugLog_uncached.phpt (1.1),
	  ADOdbException/getProfile/getProfile.phpt (1.3),
	  ADOdbException/getRawProfile/getRawProfile.phpt (1.3),
	  ADOdbException/getXML/case03.phpt (1.6),
	  ADOdbException/getXML/case04.phpt (1.8),
	  ADOdbException/getXML/case07.phpt (1.6),
	  ADOdbException/getXML/sql_options_single_record.phpt (1.2),
	  ADOdbException/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.2),
	  ADOdbException/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.2), ADOdbException/startProfiling/startProfiling.phpt (1.3),
	  ADOdbException/stopProfiling/stopProfiling.phpt (1.3),
	  ADOdbPEAR/clearProfile/clearProfile.phpt (1.3),
	  ADOdbPEAR/disableDebugLog/disableDebugLog.phpt (1.3),
	  ADOdbPEAR/enableDebugLog/enableDebugLog.phpt (1.2),
	  ADOdbPEAR/enableDebugLog/enableDebugLog_cached.phpt (1.1),
	  ADOdbPEAR/enableDebugLog/enableDebugLog_uncached.phpt (1.1),
	  ADOdbPEAR/getProfile/getProfile.phpt (1.3),
	  ADOdbPEAR/getRawProfile/getRawProfile.phpt (1.3),
	  ADOdbPEAR/getXML/case03.phpt (1.6), ADOdbPEAR/getXML/case04.phpt
	  (1.8), ADOdbPEAR/getXML/case07.phpt (1.6),
	  ADOdbPEAR/getXML/sql_options_single_record.phpt (1.2),
	  ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.2),
	  ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.2), ADOdbPEAR/startProfiling/startProfiling.phpt (1.3),
	  ADOdbPEAR/stopProfiling/stopProfiling.phpt (1.3),
	  DB/clearProfile/clearProfile.phpt (1.3),
	  DB/disableDebugLog/disableDebugLog.phpt (1.3),
	  DB/enableDebugLog/enableDebugLog.phpt (1.2),
	  DB/enableDebugLog/enableDebugLog_cached.phpt (1.1),
	  DB/enableDebugLog/enableDebugLog_uncached.phpt (1.1),
	  DB/getProfile/getProfile.phpt (1.3),
	  DB/getRawProfile/getRawProfile.phpt (1.3), DB/getXML/case03.phpt
	  (1.6), DB/getXML/case04.phpt (1.8), DB/getXML/case07.phpt (1.6),
	  DB/getXML/sql_options_single_record.phpt (1.2),
	  DB/getXML/sql_options_single_record_emptyResultSet.phpt (1.2),
	  DB/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.2), DB/startProfiling/startProfiling.phpt (1.3),
	  DB/stopProfiling/stopProfiling.phpt (1.3),
	  MDB2/clearProfile/clearProfile.phpt (1.3),
	  MDB2/disableDebugLog/disableDebugLog.phpt (1.3),
	  MDB2/enableDebugLog/enableDebugLog.phpt (1.2),
	  MDB2/enableDebugLog/enableDebugLog_cached.phpt (1.1),
	  MDB2/enableDebugLog/enableDebugLog_uncached.phpt (1.1),
	  MDB2/getProfile/getProfile.phpt (1.3),
	  MDB2/getRawProfile/getRawProfile.phpt (1.3),
	  MDB2/getXML/case03.phpt (1.6), MDB2/getXML/case04.phpt (1.8),
	  MDB2/getXML/case07.phpt (1.6),
	  MDB2/getXML/sql_options_single_record.phpt (1.2),
	  MDB2/getXML/sql_options_single_record_emptyResultSet.phpt (1.2),
	  MDB2/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.2), MDB2/startProfiling/startProfiling.phpt (1.3),
	  MDB2/stopProfiling/stopProfiling.phpt (1.3),
	  PDO/clearProfile/clearProfile.phpt (1.2),
	  PDO/disableDebugLog/disableDebugLog.phpt (1.2),
	  PDO/enableDebugLog/enableDebugLog.phpt (1.2),
	  PDO/enableDebugLog/enableDebugLog_cached.phpt (1.1),
	  PDO/enableDebugLog/enableDebugLog_uncached.phpt (1.1),
	  PDO/getProfile/getProfile.phpt (1.2),
	  PDO/getRawProfile/getRawProfile.phpt (1.2),
	  PDO/getXML/case03.phpt (1.2), PDO/getXML/case04.phpt (1.2),
	  PDO/getXML/case07.phpt (1.2),
	  PDO/getXML/sql_options_single_record.phpt (1.2),
	  PDO/getXML/sql_options_single_record_emptyResultSet.phpt (1.2),
	  PDO/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.2), PDO/startProfiling/startProfiling.phpt (1.2),
	  PDO/stopProfiling/stopProfiling.phpt (1.2) (utags: RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1):
	  $options["sql_options"]["uncached"] not used anymore

2007-09-30 09:00  lukasfeiler

	* INSTALL (1.11, RELEASE_1_5_0, RELEASE_1_5_0RC1), README (1.10),
	  RELEASES (1.15), package.xml (1.24): getting ready for 1.5.0RC1

2007-09-30 08:58  lukasfeiler

	* tests/XML_Query2XML/PDO/: db_init.php (1.3), skipif.php (1.2)
	  (utags: RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): make this work on linux

2007-09-30 08:47  lukasfeiler

	* XML/Query2XML.php (1.24, RELEASE_1_5_0, RELEASE_1_5_0RC1):
	  pre-processing of $options; new driver architecture

2007-09-30 08:46  lukasfeiler

	* XML/Query2XML/Callback.php (1.3, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1): new (for now private) command interfacese

2007-09-30 07:32  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.24, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1): extended description of test cases

2007-09-30 01:45  lukasfeiler

	* cases/: case02/case02_debug.php (1.5), case03/case03.php (1.5),
	  case03/case03_debug.php (1.5), case04/case04.php (1.7),
	  case04/case04_debug.php (1.7), case05/case05_debug.php (1.7),
	  case06/case06_debug.php (1.7), case07/case07.php (1.5),
	  case07/case07_debug.php (1.5), case08/case08_debug.php (1.7)
	  (utags: RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_7_0, RELEASE_1_7_0RC1): caching is
	  now turned off by default; cases now E_STRICT

2007-09-30 01:26  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/getXML/sql_options_single_record.phpt (1.1),
	  ADOdbDefault/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.1),
	  ADOdbDefault/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.1),
	  ADOdbDefault/getXML/sql_options_single_record_uncached.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/sql_options_single_record.phpt (1.1),
	  ADOdbException/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.1),
	  ADOdbException/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.1),
	  ADOdbException/getXML/sql_options_single_record_uncached.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/sql_options_single_record.phpt (1.1),
	  ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.1),
	  ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.1), ADOdbPEAR/getXML/sql_options_single_record_uncached.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), DB/getXML/sql_options_single_record.phpt
	  (1.1), DB/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.1),
	  DB/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.1), DB/getXML/sql_options_single_record_uncached.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), MDB2/getXML/sql_options_single_record.phpt
	  (1.1), MDB2/getXML/sql_options_single_record_emptyResultSet.phpt
	  (1.1),
	  MDB2/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.1), MDB2/getXML/sql_options_single_record_uncached.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), NoDBLayer/factory/throwDBException.phpt (1.3,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  PDO/getXML/sql_options_single_record.phpt (1.1),
	  PDO/getXML/sql_options_single_record_emptyResultSet.phpt (1.1),
	  PDO/getXML/sql_options_single_record_emptyResultSet_uncached.phpt
	  (1.1), PDO/getXML/sql_options_single_record_uncached.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1): moved unit tests

2007-09-30 01:14  lukasfeiler

	* XML/Query2XML/Command/: Base64.php (1.2), CDATA.php (1.2),
	  Chain.php (1.2), ColumnValue.php (1.2), NonEmpty.php (1.2),
	  PHPCallback.php (1.2), Static.php (1.2), Unserialize.php (1.2)
	  (utags: RELEASE_1_5_0, RELEASE_1_5_0RC1): @access private; PEAR
	  CS: protected methods and properties without leading underscore

2007-09-30 01:08  lukasfeiler

	* XML/Query2XML/Driver/: ADOdb.php (1.1), DB.php (1.1), MDB2.php
	  (1.1), PDO.php (1.1) (utags: RELEASE_1_5_0, RELEASE_1_5_0RC1):
	  drivers for the different database abstraction layers

2007-09-23 02:16  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.4),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.4),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.3),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.3),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.3),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.3),
	  ADOdbDefault/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.4),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.4),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.3),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.3),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.3),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.3),
	  ADOdbException/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.4),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.4),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.3),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.3),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.3),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.3),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.4),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.4),
	  DB/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.3),
	  DB/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.3),
	  DB/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  DB/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.3),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.3),
	  DB/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.4),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.4),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.3),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.3),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.3),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.3),
	  MDB2/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.4), NoDBLayer/factory/throwConfigException.phpt (1.3,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1), PDO/db_init.php (1.2),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.3),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.3),
	  PDO/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.3),
	  PDO/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.3),
	  PDO/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.2),
	  PDO/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.3),
	  PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.3),
	  PDO/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_data.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_preprocessOptions/throwConfigException_valueOptionMissing.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.3): moved unit tests; PDO/db_init.php now also provides
	  MyPDOStatement::fetchAll()

2007-09-16 04:04  lukasfeiler

	* XML/Query2XML/Command/: Base64.php (1.1), CDATA.php (1.1),
	  Chain.php (1.1), ColumnValue.php (1.1), NonEmpty.php (1.1),
	  PHPCallback.php (1.1), Static.php (1.1), Unserialize.php (1.1):
	  new command classes used during pre-processing

2007-09-16 03:47  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_appendTextChildNode/throwXMLException.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.3),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.3),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.3),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.3),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.3),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.3),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.3),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_executeEncoder/throwXMLException.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbDefault/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.2, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  ADOdbDefault/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.3), ADOdbDefault/_setDOMAttribute/throwXMLException.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), ADOdbDefault/getFlatXML/throwDBException.phpt
	  (1.2, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/asteriskShortcut_attributes6.phpt (1.4,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), ADOdbDefault/getXML/throwDBException.phpt
	  (1.2, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_appendTextChildNode/throwXMLException.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.3),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.3),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.3),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.3),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.3),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.3),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.3),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_executeEncoder/throwXMLException.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbException/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.2, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  ADOdbException/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.3), ADOdbException/_setDOMAttribute/throwXMLException.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getFlatXML/throwDBException.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  ADOdbException/getXML/asteriskShortcut_attributes6.phpt (1.4,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), ADOdbException/getXML/throwDBException.phpt
	  (1.2, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_appendTextChildNode/throwXMLException.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.3),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.3),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.3),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.3),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.3),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.3),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.3),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_executeEncoder/throwXMLException.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2),
	  ADOdbPEAR/_mapSQLIdentifierToXMLName/throwXMLException.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.2, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  ADOdbPEAR/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.3), ADOdbPEAR/_setDOMAttribute/throwXMLException.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), ADOdbPEAR/getFlatXML/throwDBException.phpt
	  (1.2, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes6.phpt (1.4,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), ADOdbPEAR/getXML/throwDBException.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  DB/_addDOMChildren/throwXMLException_arrayWithBool.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_addDOMChildren/throwXMLException_arrayWithDouble.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_addDOMChildren/throwXMLException_arrayWithInt.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_addDOMChildren/throwXMLException_arrayWithObject.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_addDOMChildren/throwXMLException_arrayWithString.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), DB/_appendTextChildNode/throwXMLException.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.3),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.3),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.3),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.3),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.3),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.3),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.3),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  DB/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  DB/_createDOMElement/throwXMLException_elementInvalid1.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_createDOMElement/throwXMLException_elementInvalid2.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), DB/_executeEncoder/throwXMLException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2), DB/_mapSQLIdentifierToXMLName/throwXMLException.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_prepareAndExecute/throwDBException_simpleQuery.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  DB/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.3), DB/_setDOMAttribute/throwXMLException.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), DB/getFlatXML/throwDBException.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  DB/getXML/asteriskShortcut_attributes6.phpt (1.4, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  DB/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), DB/getXML/throwDBException.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithBool.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithDouble.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithInt.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithObject.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithString.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_appendTextChildNode/throwXMLException.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.3),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.3),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.3),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.3),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.3),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.3),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.3),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  MDB2/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), MDB2/_executeEncoder/throwXMLException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2), MDB2/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_prepareAndExecute/throwDBException_simpleQuery.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  MDB2/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.3), MDB2/_setDOMAttribute/throwXMLException.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), MDB2/getFlatXML/throwDBException.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  MDB2/getXML/asteriskShortcut_attributes6.phpt (1.4,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), MDB2/getXML/throwDBException.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  PDO/_addDOMChildren/throwXMLException_arrayWithBool.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_addDOMChildren/throwXMLException_arrayWithDouble.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_addDOMChildren/throwXMLException_arrayWithInt.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_addDOMChildren/throwXMLException_arrayWithObject.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_addDOMChildren/throwXMLException_arrayWithString.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_appendTextChildNode/throwXMLException.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.2),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.2),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2),
	  PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2),
	  PDO/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.2),
	  PDO/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.2),
	  PDO/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.2),
	  PDO/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), PDO/_executeEncoder/throwXMLException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.2),
	  PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.2), PDO/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_prepareAndExecute/throwDBException_simpleQuery.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  PDO/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.2), PDO/_setDOMAttribute/throwXMLException.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), PDO/getFlatXML/throwDBException.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  PDO/getXML/asteriskShortcut_attributes6.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  PDO/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  PDO/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), PDO/getXML/throwDBException.phpt (1.2,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1): exception messages now include
	  config path

2007-09-03 19:48  tag RELEASE_1_4_0

2007-09-03 19:48  lukasfeiler

	* ChangeLog (1.11, RELEASE_1_4_0): ChangeLog updated

2007-09-03 19:41  lukasfeiler

	* INSTALL (1.10), README (1.9), RELEASES (1.14), package.xml (1.23)
	  (utags: RELEASE_1_4_0): release notes for v1.4.0

2007-09-03 10:06  lukasfeiler

	* package.xml (1.22): preparing for 1.4.0

2007-09-03 10:06  lukasfeiler

	* XML/Query2XML.php (1.23, RELEASE_1_4_0): now supporting PDO in
	  addition to DB, MDB2 and ADOdb

2007-09-03 10:03  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.23, RELEASE_1_4_0):
	  documented sqlite support

2007-09-03 10:01  lukasfeiler

	* tests/XML_Query2XML/PDO/: db_init.php (1.1), skipif.php (1.1)
	  (utags: RELEASE_1_4_0): --

2007-09-03 10:00  lukasfeiler

	* tests/Query2XML_Tests.sq2 (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0): sqlite2 db used for unit testing by default

2007-09-03 09:57  lukasfeiler

	* tests/XML_Query2XML/: diffTests.sh (1.4), diffTests_MDB2Master.sh
	  (1.2) (utags: RELEASE_1_4_0, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1): taking new PDO tests into account

2007-09-03 09:57  lukasfeiler

	* tests/XML_Query2XML/settings.php (1.4, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0): now using sqlite DB per default

2007-09-03 09:56  lukasfeiler

	* tests/XML_Query2XML/DB/skipif.php (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0): skip tests for DB if sqlite is used - DB cannot
	  handle table.column format returned by sqlite

2007-09-03 09:47  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/getXML/case06.phpt (1.8),
	  ADOdbDefault/getXML/case08.phpt (1.9),
	  ADOdbException/getXML/case06.phpt (1.8),
	  ADOdbException/getXML/case08.phpt (1.9),
	  ADOdbPEAR/getXML/case06.phpt (1.8), ADOdbPEAR/getXML/case08.phpt
	  (1.9), DB/getXML/case06.phpt (1.8), DB/getXML/case08.phpt (1.9),
	  MDB2/getXML/case06.phpt (1.8), MDB2/getXML/case08.phpt (1.9),
	  PDO/getXML/case08.phpt (1.2) (utags: RELEASE_1_4_0,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): to be skipped if sqlite2 is used - for lack of
	  real subselect support

2007-09-01 17:39  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/factory/throwDBException.phpt
	  (1.3), ADOdbException/factory/throwDBException.phpt (1.3),
	  ADOdbPEAR/factory/throwDBException.phpt (1.3),
	  DB/factory/throwDBException.phpt (1.3),
	  MDB2/factory/throwDBException.phpt (1.3),
	  PDO/factory/throwDBException.phpt (1.2): redundant unit tests -
	  covered by NoDBLayer/factory/throwDBException.phpt

2007-08-31 18:42  lukasfeiler

	* tests/XML_Query2XML/PDO/:
	  _addDOMChildren/throwXMLException_arrayWithBool.phpt (1.1,
	  RELEASE_1_4_0),
	  _addDOMChildren/throwXMLException_arrayWithDouble.phpt (1.1,
	  RELEASE_1_4_0),
	  _addDOMChildren/throwXMLException_arrayWithInt.phpt (1.1,
	  RELEASE_1_4_0),
	  _addDOMChildren/throwXMLException_arrayWithObject.phpt (1.1,
	  RELEASE_1_4_0),
	  _addDOMChildren/throwXMLException_arrayWithString.phpt (1.1,
	  RELEASE_1_4_0), _appendTextChildNode/throwXMLException.phpt (1.1,
	  RELEASE_1_4_0), _applyColumnStringToRecord/callbacks.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.1, RELEASE_1_4_0),
	  _applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.1, RELEASE_1_4_0),
	  _applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0),
	  _applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.1, RELEASE_1_4_0),
	  _applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.1, RELEASE_1_4_0),
	  _applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0),
	  _applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_4_0),
	  _applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0),
	  _createDOMElement/throwXMLException_elementInvalid1.phpt (1.1,
	  RELEASE_1_4_0),
	  _createDOMElement/throwXMLException_elementInvalid2.phpt (1.1,
	  RELEASE_1_4_0),
	  _createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.1, RELEASE_1_4_0),
	  _createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.1, RELEASE_1_4_0),
	  _createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.1, RELEASE_1_4_0), _executeEncoder/basics.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), _executeEncoder/encoder_default.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), _executeEncoder/encoder_false.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), _executeEncoder/encoder_function.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), _executeEncoder/encoder_nonStaticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  _executeEncoder/encoder_null.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  _executeEncoder/encoder_overwritten_default_false.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  _executeEncoder/encoder_overwritten_default_false2.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  _executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  _executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  _executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  _executeEncoder/encoder_staticMethodArray.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), _executeEncoder/encoder_staticMethodString.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  _executeEncoder/throwXMLException.phpt (1.1, RELEASE_1_4_0),
	  _executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  _executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  _executeEncoder/within_simpleAttributeSpecification.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_4_0),
	  _getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_4_0),
	  _mapSQLIdentifierToXMLName/throwXMLException.phpt (1.1,
	  RELEASE_1_4_0),
	  _prepareAndExecute/throwDBException_complexQuery.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  _prepareAndExecute/throwDBException_simpleQuery.phpt (1.1,
	  RELEASE_1_4_0),
	  _processComplexElementSpecification/condition_function.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  _processComplexElementSpecification/condition_staticMethod.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  _processComplexElementSpecification/rethrowConfigException.phpt
	  (1.1, RELEASE_1_4_0),
	  _processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.1, RELEASE_1_4_0), _setDOMAttribute/throwXMLException.phpt
	  (1.1, RELEASE_1_4_0), clearProfile/clearProfile.phpt (1.1,
	  RELEASE_1_4_0), disableDebugLog/disableDebugLog.phpt (1.1,
	  RELEASE_1_4_0), enableDebugLog/enableDebugLog.phpt (1.1,
	  RELEASE_1_4_0), factory/throwDBException.phpt (1.1),
	  getFlatXML/case01.phpt (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getFlatXML/simpleSelect.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getFlatXML/throwDBException.phpt (1.1,
	  RELEASE_1_4_0), getGlobalOption/configException_noSuchOption.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getGlobalOption/hidden_container_prefix.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getProfile/getProfile.phpt (1.1, RELEASE_1_4_0),
	  getRawProfile/getRawProfile.phpt (1.1, RELEASE_1_4_0),
	  getXML/asteriskShortcut_attributes1.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_attributes2.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_attributes3.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_attributes4.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_attributes5.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_attributes6.phpt (1.1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_elements1.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_elements2.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_elements3.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_elements4.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_elements5.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/asteriskShortcut_elements6.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/base64Prefix_callback.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/base64Prefix_callback_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/base64Prefix_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/base64Prefix_columnName_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/base64Prefix_staticString.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/base64Prefix_staticString_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/callbackInterface_complexAttributeSpec.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/callbackInterface_complexElementSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/callbackInterface_condition.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/callbackInterface_data.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/callbackInterface_idColumn.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/callbackInterface_simpleAttributeSpec.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/callbackInterface_simpleElementSpec.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/callbackReturnDOMNode.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/callbackReturnDOMNodeArray.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/callbackReturnDOMNode_parentHidden.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0), getXML/case02.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/case03.phpt (1.1, RELEASE_1_4_0),
	  getXML/case04.phpt (1.1, RELEASE_1_4_0), getXML/case05.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/case06.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/case07.phpt (1.1, RELEASE_1_4_0),
	  getXML/case08.phpt (1.1), getXML/cdataPrefix_base64Prefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/cdataPrefix_callback.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/cdataPrefix_callback_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/cdataPrefix_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/cdataPrefix_columnName_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/cdataPrefix_emptyCdata.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/cdataPrefix_staticString.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/cdataPrefix_staticString_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/cdataPrefix_throwException2_invalidForAttribute.phpt (1.1,
	  RELEASE_1_4_0),
	  getXML/cdataPrefix_throwException_invalidForAttribute.phpt (1.1,
	  RELEASE_1_4_0),
	  getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/complexAttributeSpecification_conditionOption.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/complexAttributeSpecification_valuePrefixes.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/complexElementSpecification_conditionOption1.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/complexElementSpecification_conditionOption2.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/conditionPrefix_attribute_callback.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/conditionPrefix_attribute_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/conditionPrefix_attribute_staticText.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/conditionPrefix_element_callback.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/conditionPrefix_element_columnName.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/conditionPrefix_element_staticText.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/conditionPrefix_value_callback.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/conditionPrefix_value_columnName.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/conditionPrefix_value_staticText.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/dynamicRowTag_callback.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/dynamicRowTag_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/dynamicRowTag_columnName_ignoreRowTag.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/dynamicRowTag_columnName_onRootLevel.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/dynamicRowTag_commandObject.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/dynamicRowTag_staticString.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/idcolumn_false1.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/idcolumn_false2.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/sql_argument_false1.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/sql_argument_false2.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), getXML/throwDBException.phpt (1.1,
	  RELEASE_1_4_0),
	  getXML/unserializationPrefix_complexElement_callback.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/unserializationPrefix_complexElement_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/unserializationPrefix_scenariosNoContainer.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/unserializationPrefix_simpleElement_callback.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/unserializationPrefix_simpleElement_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  setGlobalOption/configException_noSuchOption.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), setGlobalOption/hidden_container_prefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  startProfiling/startProfiling.phpt (1.1, RELEASE_1_4_0),
	  stopProfiling/stopProfiling.phpt (1.1, RELEASE_1_4_0): new unit
	  tests for PDO

2007-08-27 03:14  tag RELEASE_1_3_0

2007-08-27 03:14  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.22, RELEASE_1_3_0):
	  new section on how to use command object implementation to get
	  around prefixes

2007-08-26 09:22  lukasfeiler

	* INSTALL (1.9, RELEASE_1_3_0): added new files to list

2007-08-26 09:11  lukasfeiler

	* ChangeLog (1.10, RELEASE_1_3_0): ChangeLog updated

2007-08-26 09:08  lukasfeiler

	* README (1.8), RELEASES (1.13), package.xml (1.21) (utags:
	  RELEASE_1_3_0): getting ready for v1.3.0

2007-08-26 09:04  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.21): documented new
	  dynamicRowTag option, BASE64 ENCODE prefix and CDATA SECTION
	  prefix

2007-08-26 08:59  lukasfeiler

	* XML/Query2XML.php (1.22, RELEASE_1_3_0): new dynamicRowTag
	  option, new BASE64 ENCODE prefix, new CDATA SECTION prefix

2007-08-26 08:57  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/getXML/callbackReturnDOMNodeArray.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  ADOdbDefault/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0), ADOdbDefault/getXML/case05.phpt
	  (1.8, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0), ADOdbDefault/getXML/case06.phpt
	  (1.7), ADOdbDefault/getXML/case08.phpt (1.8),
	  ADOdbException/getXML/callbackReturnDOMNodeArray.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  ADOdbException/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0),
	  ADOdbException/getXML/case05.phpt (1.8, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), ADOdbException/getXML/case06.phpt (1.7),
	  ADOdbException/getXML/case08.phpt (1.8),
	  ADOdbPEAR/getXML/callbackReturnDOMNodeArray.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  ADOdbPEAR/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0), ADOdbPEAR/getXML/case05.phpt
	  (1.8, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0), ADOdbPEAR/getXML/case06.phpt
	  (1.7), ADOdbPEAR/getXML/case08.phpt (1.8),
	  DB/getXML/callbackReturnDOMNodeArray.phpt (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  DB/getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), DB/getXML/case05.phpt (1.8, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), DB/getXML/case06.phpt (1.7),
	  DB/getXML/case08.phpt (1.8),
	  MDB2/getXML/callbackReturnDOMNodeArray.phpt (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0),
	  MDB2/getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), MDB2/getXML/case05.phpt (1.8, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0), MDB2/getXML/case06.phpt (1.7),
	  MDB2/getXML/case08.phpt (1.8) (utags: RELEASE_1_3_0): results
	  differed when executed in different timezones (due to usage of
	  date function)

2007-08-26 08:49  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/getXML/dynamicRowTag_callback.phpt (1.1),
	  ADOdbDefault/getXML/dynamicRowTag_columnName.phpt (1.1),
	  ADOdbDefault/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt
	  (1.1),
	  ADOdbDefault/getXML/dynamicRowTag_columnName_onRootLevel.phpt
	  (1.1), ADOdbDefault/getXML/dynamicRowTag_commandObject.phpt
	  (1.1), ADOdbDefault/getXML/dynamicRowTag_staticString.phpt (1.1),
	  ADOdbException/getXML/dynamicRowTag_callback.phpt (1.1),
	  ADOdbException/getXML/dynamicRowTag_columnName.phpt (1.1),
	  ADOdbException/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt
	  (1.1),
	  ADOdbException/getXML/dynamicRowTag_columnName_onRootLevel.phpt
	  (1.1), ADOdbException/getXML/dynamicRowTag_commandObject.phpt
	  (1.1), ADOdbException/getXML/dynamicRowTag_staticString.phpt
	  (1.1), ADOdbPEAR/getXML/dynamicRowTag_callback.phpt (1.1),
	  ADOdbPEAR/getXML/dynamicRowTag_columnName.phpt (1.1),
	  ADOdbPEAR/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt
	  (1.1), ADOdbPEAR/getXML/dynamicRowTag_columnName_onRootLevel.phpt
	  (1.1), ADOdbPEAR/getXML/dynamicRowTag_commandObject.phpt (1.1),
	  ADOdbPEAR/getXML/dynamicRowTag_staticString.phpt (1.1),
	  DB/getXML/dynamicRowTag_callback.phpt (1.1),
	  DB/getXML/dynamicRowTag_columnName.phpt (1.1),
	  DB/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt (1.1),
	  DB/getXML/dynamicRowTag_columnName_onRootLevel.phpt (1.1),
	  DB/getXML/dynamicRowTag_commandObject.phpt (1.1),
	  DB/getXML/dynamicRowTag_staticString.phpt (1.1),
	  MDB2/getXML/dynamicRowTag_callback.phpt (1.1),
	  MDB2/getXML/dynamicRowTag_columnName.phpt (1.1),
	  MDB2/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt (1.1),
	  MDB2/getXML/dynamicRowTag_columnName_onRootLevel.phpt (1.1),
	  MDB2/getXML/dynamicRowTag_commandObject.phpt (1.1),
	  MDB2/getXML/dynamicRowTag_staticString.phpt (1.1) (utags:
	  RELEASE_1_3_0, RELEASE_1_4_0, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1): new unit tests for new
	  dynamicRowTag option

2007-08-26 05:10  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/getXML/cdataPrefix_callback.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/cdataPrefix_callback_conditionalPrefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/cdataPrefix_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/cdataPrefix_columnName_conditionalPrefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/cdataPrefix_emptyCdata.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/cdataPrefix_staticString.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/cdataPrefix_staticString_conditionalPrefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbDefault/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.1),
	  ADOdbDefault/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.1), ADOdbException/getXML/cdataPrefix_callback.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/cdataPrefix_callback_conditionalPrefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/cdataPrefix_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/cdataPrefix_columnName_conditionalPrefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/cdataPrefix_emptyCdata.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/cdataPrefix_staticString.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/cdataPrefix_staticString_conditionalPrefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbException/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.1),
	  ADOdbException/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.1), ADOdbPEAR/getXML/cdataPrefix_callback.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/cdataPrefix_callback_conditionalPrefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), ADOdbPEAR/getXML/cdataPrefix_columnName.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/cdataPrefix_columnName_conditionalPrefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), ADOdbPEAR/getXML/cdataPrefix_emptyCdata.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), ADOdbPEAR/getXML/cdataPrefix_staticString.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/cdataPrefix_staticString_conditionalPrefix.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  ADOdbPEAR/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.1),
	  ADOdbPEAR/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.1), DB/getXML/cdataPrefix_callback.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  DB/getXML/cdataPrefix_callback_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), DB/getXML/cdataPrefix_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/getXML/cdataPrefix_columnName_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), DB/getXML/cdataPrefix_emptyCdata.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), DB/getXML/cdataPrefix_staticString.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/getXML/cdataPrefix_staticString_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  DB/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.1),
	  DB/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.1), MDB2/getXML/cdataPrefix_callback.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1),
	  MDB2/getXML/cdataPrefix_callback_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), MDB2/getXML/cdataPrefix_columnName.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/getXML/cdataPrefix_columnName_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), MDB2/getXML/cdataPrefix_emptyCdata.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), MDB2/getXML/cdataPrefix_staticString.phpt
	  (1.1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/getXML/cdataPrefix_staticString_conditionalPrefix.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1),
	  MDB2/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt
	  (1.1),
	  MDB2/getXML/cdataPrefix_throwException_invalidForAttribute.phpt
	  (1.1) (utags: RELEASE_1_3_0, RELEASE_1_4_0): new unit tests for
	  new CDATA SECTION prefix

2007-08-26 05:09  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/getXML/base64Prefix_callback.phpt (1.1),
	  ADOdbDefault/getXML/base64Prefix_callback_conditionalPrefix.phpt
	  (1.1), ADOdbDefault/getXML/base64Prefix_columnName.phpt (1.1),
	  ADOdbDefault/getXML/base64Prefix_columnName_conditionalPrefix.phpt
	  (1.1), ADOdbDefault/getXML/base64Prefix_staticString.phpt (1.1),
	  ADOdbDefault/getXML/base64Prefix_staticString_conditionalPrefix.phpt
	  (1.1), ADOdbDefault/getXML/cdataPrefix_base64Prefix.phpt (1.1),
	  ADOdbException/getXML/base64Prefix_callback.phpt (1.1),
	  ADOdbException/getXML/base64Prefix_callback_conditionalPrefix.phpt
	  (1.1), ADOdbException/getXML/base64Prefix_columnName.phpt (1.1),
	  ADOdbException/getXML/base64Prefix_columnName_conditionalPrefix.phpt
	  (1.1), ADOdbException/getXML/base64Prefix_staticString.phpt
	  (1.1),
	  ADOdbException/getXML/base64Prefix_staticString_conditionalPrefix.phpt
	  (1.1), ADOdbException/getXML/cdataPrefix_base64Prefix.phpt (1.1),
	  ADOdbPEAR/getXML/base64Prefix_callback.phpt (1.1),
	  ADOdbPEAR/getXML/base64Prefix_callback_conditionalPrefix.phpt
	  (1.1), ADOdbPEAR/getXML/base64Prefix_columnName.phpt (1.1),
	  ADOdbPEAR/getXML/base64Prefix_columnName_conditionalPrefix.phpt
	  (1.1), ADOdbPEAR/getXML/base64Prefix_staticString.phpt (1.1),
	  ADOdbPEAR/getXML/base64Prefix_staticString_conditionalPrefix.phpt
	  (1.1), ADOdbPEAR/getXML/cdataPrefix_base64Prefix.phpt (1.1),
	  DB/getXML/base64Prefix_callback.phpt (1.1),
	  DB/getXML/base64Prefix_callback_conditionalPrefix.phpt (1.1),
	  DB/getXML/base64Prefix_columnName.phpt (1.1),
	  DB/getXML/base64Prefix_columnName_conditionalPrefix.phpt (1.1),
	  DB/getXML/base64Prefix_staticString.phpt (1.1),
	  DB/getXML/base64Prefix_staticString_conditionalPrefix.phpt (1.1),
	  DB/getXML/cdataPrefix_base64Prefix.phpt (1.1),
	  MDB2/getXML/base64Prefix_callback.phpt (1.1),
	  MDB2/getXML/base64Prefix_callback_conditionalPrefix.phpt (1.1),
	  MDB2/getXML/base64Prefix_columnName.phpt (1.1),
	  MDB2/getXML/base64Prefix_columnName_conditionalPrefix.phpt (1.1),
	  MDB2/getXML/base64Prefix_staticString.phpt (1.1),
	  MDB2/getXML/base64Prefix_staticString_conditionalPrefix.phpt
	  (1.1), MDB2/getXML/cdataPrefix_base64Prefix.phpt (1.1) (utags:
	  RELEASE_1_3_0, RELEASE_1_4_0, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1): new unit tests for new BASE64
	  ENCODE prefix

2007-08-26 04:57  lukasfeiler

	* cases/: case05/case05.php (1.7, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), case05/case05_debug.php (1.6),
	  case06/case06.php (1.6, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), case06/case06_debug.php (1.6),
	  case08/case08.php (1.6, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1), case08/case08_debug.php (1.6) (utags:
	  RELEASE_1_3_0, RELEASE_1_4_0): results differed when executed in
	  different timezones (due to usage of date function)

2007-06-03 16:18  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.20): setOption calls
	  around listTables call for dumping contents of a database

2007-05-26 13:37  tag RELEASE_1_2_1

2007-05-26 13:37  lukasfeiler

	* ChangeLog (1.9, RELEASE_1_2_1): ChangeLog updated

2007-05-26 13:05  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/getXML/idcolumn_false1.phpt
	  (1.1), ADOdbDefault/getXML/idcolumn_false2.phpt (1.1),
	  ADOdbDefault/getXML/sql_argument_false1.phpt (1.1),
	  ADOdbDefault/getXML/sql_argument_false2.phpt (1.1),
	  ADOdbException/getXML/idcolumn_false1.phpt (1.1),
	  ADOdbException/getXML/idcolumn_false2.phpt (1.1),
	  ADOdbException/getXML/sql_argument_false1.phpt (1.1),
	  ADOdbException/getXML/sql_argument_false2.phpt (1.1),
	  ADOdbPEAR/getXML/idcolumn_false1.phpt (1.1),
	  ADOdbPEAR/getXML/idcolumn_false2.phpt (1.1),
	  ADOdbPEAR/getXML/sql_argument_false1.phpt (1.1),
	  ADOdbPEAR/getXML/sql_argument_false2.phpt (1.1),
	  DB/getXML/idcolumn_false1.phpt (1.1),
	  DB/getXML/idcolumn_false2.phpt (1.1),
	  DB/getXML/sql_argument_false1.phpt (1.1),
	  DB/getXML/sql_argument_false2.phpt (1.1),
	  MDB2/getXML/idcolumn_false1.phpt (1.1),
	  MDB2/getXML/idcolumn_false2.phpt (1.1),
	  MDB2/getXML/sql_argument_false1.phpt (1.1),
	  MDB2/getXML/sql_argument_false2.phpt (1.1) (utags: RELEASE_1_2_1,
	  RELEASE_1_3_0, RELEASE_1_4_0, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1): new unit tests for $sql and
	  $options[idColumn]

2007-05-26 13:02  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.19, RELEASE_1_2_1):
	  new section on how to dump the contents of a whole database

2007-05-26 13:00  lukasfeiler

	* INSTALL (1.8), README (1.7), RELEASES (1.12), package.xml (1.20),
	  tests/XML_Query2XML/syncTests_MDB2Master.sh (1.2, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0) (utags:
	  RELEASE_1_2_1): getting ready for release 1.2.1

2007-05-26 12:54  lukasfeiler

	* XML/Query2XML.php (1.21, RELEASE_1_2_1): $sql and
	  $options["idColumn"] now also accept the boolean value false;
	  this will save the developer a couple lines in some rare
	  situations

2007-04-15 14:45  tag RELEASE_1_2_0

2007-04-15 14:45  lukasfeiler

	* ChangeLog (1.8, RELEASE_1_2_0): ChangeLog updated

2007-04-15 14:23  lukasfeiler

	* README (1.6, RELEASE_1_2_0): number of unit tests corrected

2007-04-15 14:23  lukasfeiler

	* RELEASES (1.11, RELEASE_1_2_0): documented v1.2.0

2007-04-15 14:22  lukasfeiler

	* package.xml (1.19, RELEASE_1_2_0): added new unit tests and
	  release notes for v1.2.0

2007-04-15 14:18  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.18, RELEASE_1_2_0):
	  documented new 'encoder' option; added section explaining how to
	  use alternative XML character encoding

2007-04-15 14:16  lukasfeiler

	* XML/Query2XML.php (1.20, RELEASE_1_2_0): CS fix

2007-04-15 12:34  lukasfeiler

	* INSTALL (1.7, RELEASE_1_2_0): including new unit tests

2007-04-12 14:20  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_executeEncoder/throwXMLException.phpt (1.1),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1), ADOdbException/_executeEncoder/throwXMLException.phpt
	  (1.1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1), ADOdbPEAR/_executeEncoder/throwXMLException.phpt (1.1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1), DB/_executeEncoder/throwXMLException.phpt (1.1),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1),
	  DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1), MDB2/_executeEncoder/throwXMLException.phpt (1.1),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt
	  (1.1),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt
	  (1.1),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt
	  (1.1),
	  MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt
	  (1.1) (utags: RELEASE_1_2_0, RELEASE_1_2_1, RELEASE_1_3_0,
	  RELEASE_1_4_0): unit tests for encoder related exceptions

2007-04-12 11:45  lukasfeiler

	* XML/Query2XML.php (1.19): using 'foreach ( as )' instead of
	  'foreach ( as  => )' where possible; removed unneeded
	  _mapUnchanged(); now calling self::_utf8encode() directly from
	  getFlatXML()

2007-04-12 11:13  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/_executeEncoder/basics.phpt
	  (1.2), ADOdbDefault/_executeEncoder/encoder_false.phpt (1.2),
	  ADOdbDefault/_executeEncoder/encoder_function.phpt (1.2),
	  ADOdbDefault/_executeEncoder/encoder_nonStaticMethod.phpt (1.2),
	  ADOdbDefault/_executeEncoder/encoder_null.phpt (1.2),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.2),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.2),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.2),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.2),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.2),
	  ADOdbDefault/_executeEncoder/encoder_staticMethodArray.phpt
	  (1.2),
	  ADOdbDefault/_executeEncoder/encoder_staticMethodString.phpt
	  (1.2),
	  ADOdbDefault/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.2),
	  ADOdbDefault/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.2),
	  ADOdbDefault/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.2), ADOdbException/_executeEncoder/basics.phpt (1.2),
	  ADOdbException/_executeEncoder/encoder_false.phpt (1.2),
	  ADOdbException/_executeEncoder/encoder_function.phpt (1.2),
	  ADOdbException/_executeEncoder/encoder_nonStaticMethod.phpt
	  (1.2), ADOdbException/_executeEncoder/encoder_null.phpt (1.2),
	  ADOdbException/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.2),
	  ADOdbException/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.2),
	  ADOdbException/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.2),
	  ADOdbException/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.2),
	  ADOdbException/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.2),
	  ADOdbException/_executeEncoder/encoder_staticMethodArray.phpt
	  (1.2),
	  ADOdbException/_executeEncoder/encoder_staticMethodString.phpt
	  (1.2),
	  ADOdbException/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.2),
	  ADOdbException/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.2),
	  ADOdbException/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.2), ADOdbPEAR/_executeEncoder/basics.phpt (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_false.phpt (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_function.phpt (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_nonStaticMethod.phpt (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_null.phpt (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.2),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.2), ADOdbPEAR/_executeEncoder/encoder_staticMethodArray.phpt
	  (1.2), ADOdbPEAR/_executeEncoder/encoder_staticMethodString.phpt
	  (1.2),
	  ADOdbPEAR/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.2),
	  ADOdbPEAR/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.2),
	  ADOdbPEAR/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.2), DB/_executeEncoder/basics.phpt (1.2),
	  DB/_executeEncoder/encoder_false.phpt (1.2),
	  DB/_executeEncoder/encoder_function.phpt (1.2),
	  DB/_executeEncoder/encoder_nonStaticMethod.phpt (1.2),
	  DB/_executeEncoder/encoder_null.phpt (1.2),
	  DB/_executeEncoder/encoder_overwritten_default_false.phpt (1.2),
	  DB/_executeEncoder/encoder_overwritten_default_false2.phpt (1.2),
	  DB/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.2),
	  DB/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.2),
	  DB/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.2), DB/_executeEncoder/encoder_staticMethodArray.phpt (1.2),
	  DB/_executeEncoder/encoder_staticMethodString.phpt (1.2),
	  DB/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.2),
	  DB/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.2),
	  DB/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.2), MDB2/_executeEncoder/basics.phpt (1.2),
	  MDB2/_executeEncoder/encoder_false.phpt (1.2),
	  MDB2/_executeEncoder/encoder_function.phpt (1.2),
	  MDB2/_executeEncoder/encoder_nonStaticMethod.phpt (1.2),
	  MDB2/_executeEncoder/encoder_null.phpt (1.2),
	  MDB2/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.2),
	  MDB2/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.2),
	  MDB2/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.2),
	  MDB2/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.2),
	  MDB2/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.2), MDB2/_executeEncoder/encoder_staticMethodArray.phpt (1.2),
	  MDB2/_executeEncoder/encoder_staticMethodString.phpt (1.2),
	  MDB2/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.2),
	  MDB2/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.2),
	  MDB2/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.2) (utags: RELEASE_1_2_0, RELEASE_1_2_1, RELEASE_1_3_0,
	  RELEASE_1_4_0, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): fixed unit test names

2007-04-12 10:58  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/_executeEncoder/basics.phpt
	  (1.1), ADOdbDefault/_executeEncoder/encoder_default.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0),
	  ADOdbDefault/_executeEncoder/encoder_false.phpt (1.1),
	  ADOdbDefault/_executeEncoder/encoder_function.phpt (1.1),
	  ADOdbDefault/_executeEncoder/encoder_nonStaticMethod.phpt (1.1),
	  ADOdbDefault/_executeEncoder/encoder_null.phpt (1.1),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.1),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.1),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.1),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.1),
	  ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.1),
	  ADOdbDefault/_executeEncoder/encoder_staticMethodArray.phpt
	  (1.1),
	  ADOdbDefault/_executeEncoder/encoder_staticMethodString.phpt
	  (1.1),
	  ADOdbDefault/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.1),
	  ADOdbDefault/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.1),
	  ADOdbDefault/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.1), ADOdbException/_executeEncoder/basics.phpt (1.1),
	  ADOdbException/_executeEncoder/encoder_default.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0),
	  ADOdbException/_executeEncoder/encoder_false.phpt (1.1),
	  ADOdbException/_executeEncoder/encoder_function.phpt (1.1),
	  ADOdbException/_executeEncoder/encoder_nonStaticMethod.phpt
	  (1.1), ADOdbException/_executeEncoder/encoder_null.phpt (1.1),
	  ADOdbException/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.1),
	  ADOdbException/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.1),
	  ADOdbException/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.1),
	  ADOdbException/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.1),
	  ADOdbException/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.1),
	  ADOdbException/_executeEncoder/encoder_staticMethodArray.phpt
	  (1.1),
	  ADOdbException/_executeEncoder/encoder_staticMethodString.phpt
	  (1.1),
	  ADOdbException/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.1),
	  ADOdbException/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.1),
	  ADOdbException/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.1), ADOdbPEAR/_executeEncoder/basics.phpt (1.1),
	  ADOdbPEAR/_executeEncoder/encoder_default.phpt (1.1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0),
	  ADOdbPEAR/_executeEncoder/encoder_false.phpt (1.1),
	  ADOdbPEAR/_executeEncoder/encoder_function.phpt (1.1),
	  ADOdbPEAR/_executeEncoder/encoder_nonStaticMethod.phpt (1.1),
	  ADOdbPEAR/_executeEncoder/encoder_null.phpt (1.1),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.1),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.1),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.1),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.1),
	  ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.1), ADOdbPEAR/_executeEncoder/encoder_staticMethodArray.phpt
	  (1.1), ADOdbPEAR/_executeEncoder/encoder_staticMethodString.phpt
	  (1.1),
	  ADOdbPEAR/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.1),
	  ADOdbPEAR/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.1),
	  ADOdbPEAR/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.1), DB/_executeEncoder/basics.phpt (1.1),
	  DB/_executeEncoder/encoder_default.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0),
	  DB/_executeEncoder/encoder_false.phpt (1.1),
	  DB/_executeEncoder/encoder_function.phpt (1.1),
	  DB/_executeEncoder/encoder_nonStaticMethod.phpt (1.1),
	  DB/_executeEncoder/encoder_null.phpt (1.1),
	  DB/_executeEncoder/encoder_overwritten_default_false.phpt (1.1),
	  DB/_executeEncoder/encoder_overwritten_default_false2.phpt (1.1),
	  DB/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.1),
	  DB/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.1),
	  DB/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.1), DB/_executeEncoder/encoder_staticMethodArray.phpt (1.1),
	  DB/_executeEncoder/encoder_staticMethodString.phpt (1.1),
	  DB/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.1),
	  DB/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.1),
	  DB/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.1), MDB2/_executeEncoder/basics.phpt (1.1),
	  MDB2/_executeEncoder/encoder_default.phpt (1.1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0),
	  MDB2/_executeEncoder/encoder_false.phpt (1.1),
	  MDB2/_executeEncoder/encoder_function.phpt (1.1),
	  MDB2/_executeEncoder/encoder_nonStaticMethod.phpt (1.1),
	  MDB2/_executeEncoder/encoder_null.phpt (1.1),
	  MDB2/_executeEncoder/encoder_overwritten_default_false.phpt
	  (1.1),
	  MDB2/_executeEncoder/encoder_overwritten_default_false2.phpt
	  (1.1),
	  MDB2/_executeEncoder/encoder_overwritten_default_false_function.phpt
	  (1.1),
	  MDB2/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt
	  (1.1),
	  MDB2/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt
	  (1.1), MDB2/_executeEncoder/encoder_staticMethodArray.phpt (1.1),
	  MDB2/_executeEncoder/encoder_staticMethodString.phpt (1.1),
	  MDB2/_executeEncoder/within_complexAttributeSpecificationValue.phpt
	  (1.1),
	  MDB2/_executeEncoder/within_complexElementSpecificationValue.phpt
	  (1.1),
	  MDB2/_executeEncoder/within_simpleAttributeSpecification.phpt
	  (1.1): new unit tests for encoder feature

2007-04-11 12:06  lukasfeiler

	* package.xml (1.18): getting ready for 1.2.0

2007-04-11 12:05  lukasfeiler

	* XML/Query2XML.php (1.18): implemented new 'encoder' option - this
	  allows for user defined encoding

2007-04-11 09:41  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.17): new section:
	  Modifying the returned DOMDocument instance

2007-02-04 22:53  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/skipif.php (1.3),
	  ADOdbException/skipif.php (1.3), ADOdbPEAR/skipif.php (1.3)
	  (utags: RELEASE_1_2_0, RELEASE_1_2_1, RELEASE_1_3_0,
	  RELEASE_1_4_0, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): silencing db connect errors in order for unit
	  tests to be skipped instead of failing

2007-02-03 18:36  tag RELEASE_1_1_0

2007-02-03 18:36  lukasfeiler

	* RELEASES (1.10), package.xml (1.17) (utags: RELEASE_1_1_0):
	  updated release notes

2007-02-03 18:30  lukasfeiler

	* ChangeLog (1.7, RELEASE_1_1_0): updated ChangeLog

2007-02-03 18:29  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.16, RELEASE_1_1_0):
	  replaced tabs with spaces; renamed section 'Integrating other XML
	  data sources'

2007-02-03 17:05  lukasfeiler

	* INSTALL (1.6, RELEASE_1_1_0), README (1.5, RELEASE_1_1_0),
	  RELEASES (1.9), package.xml (1.16): getting ready for v1.1.0

2007-02-03 17:04  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.15): typos fixed

2007-02-03 17:01  lukasfeiler

	* cases/: case01/case01.php (1.4, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), case02/case02.log (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), case02/case02.php (1.4,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case02/case02.profile (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case02/case02_debug.php (1.4, RELEASE_1_4_0, RELEASE_1_3_0),
	  case03/case03.log (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case03/case03.php (1.4, RELEASE_1_4_0, RELEASE_1_3_0),
	  case03/case03.profile (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case03/case03_debug.php (1.4, RELEASE_1_4_0, RELEASE_1_3_0),
	  case04/case04.log (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case04/case04.php (1.6, RELEASE_1_4_0, RELEASE_1_3_0),
	  case04/case04.profile (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case04/case04_debug.php (1.6, RELEASE_1_4_0, RELEASE_1_3_0),
	  case05/case05.log (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case05/case05.php (1.6), case05/case05.profile (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), case05/case05_debug.php (1.5),
	  case06/case06.log (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case06/case06.php (1.5), case06/case06.profile (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), case06/case06.xml (1.3,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case06/case06_debug.php (1.5), case07/case07.log (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), case07/case07.php (1.4,
	  RELEASE_1_4_0, RELEASE_1_3_0), case07/case07.profile (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), case07/case07_debug.php (1.4,
	  RELEASE_1_4_0, RELEASE_1_3_0), case08/case08.log (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), case08/case08.php (1.5),
	  case08/case08.profile (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  case08/case08_debug.php (1.5) (utags: RELEASE_1_1_0,
	  RELEASE_1_2_0, RELEASE_1_2_1): added ORDER BY clauses & CRLF -->
	  LF

2007-02-03 16:53  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getFlatXML/case01.phpt (1.5, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0),
	  ADOdbDefault/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getXML/callbackInterface_complexElementSpec.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getXML/callbackInterface_condition.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getXML/callbackInterface_data.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getXML/callbackInterface_idColumn.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getXML/callbackInterface_simpleAttributeSpec.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getXML/callbackInterface_simpleElementSpec.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getXML/callbackReturnDOMNode.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getXML/callbackReturnDOMNodeArray.phpt (1.2),
	  ADOdbDefault/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.2),
	  ADOdbDefault/getXML/callbackReturnDOMNode_parentHidden.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), ADOdbDefault/getXML/case02.phpt
	  (1.5, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbDefault/getXML/case03.phpt (1.5, RELEASE_1_4_0,
	  RELEASE_1_3_0), ADOdbDefault/getXML/case04.phpt (1.7,
	  RELEASE_1_4_0, RELEASE_1_3_0), ADOdbDefault/getXML/case05.phpt
	  (1.7), ADOdbDefault/getXML/case06.phpt (1.6),
	  ADOdbDefault/getXML/case07.phpt (1.5, RELEASE_1_4_0,
	  RELEASE_1_3_0), ADOdbDefault/getXML/case08.phpt (1.7),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getFlatXML/case01.phpt (1.5, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0),
	  ADOdbException/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/callbackInterface_complexElementSpec.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/callbackInterface_condition.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/callbackInterface_data.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/callbackInterface_idColumn.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/callbackInterface_simpleAttributeSpec.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/callbackInterface_simpleElementSpec.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/callbackReturnDOMNode.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/callbackReturnDOMNodeArray.phpt (1.2),
	  ADOdbException/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.2),
	  ADOdbException/getXML/callbackReturnDOMNode_parentHidden.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/case02.phpt (1.5, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0), ADOdbException/getXML/case03.phpt (1.5,
	  RELEASE_1_4_0, RELEASE_1_3_0), ADOdbException/getXML/case04.phpt
	  (1.7, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbException/getXML/case05.phpt (1.7),
	  ADOdbException/getXML/case06.phpt (1.6),
	  ADOdbException/getXML/case07.phpt (1.5, RELEASE_1_4_0,
	  RELEASE_1_3_0), ADOdbException/getXML/case08.phpt (1.7),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/getFlatXML/case01.phpt (1.5, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0),
	  ADOdbPEAR/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/getXML/callbackInterface_complexElementSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/getXML/callbackInterface_condition.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/getXML/callbackInterface_data.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0), ADOdbPEAR/getXML/callbackInterface_idColumn.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/getXML/callbackInterface_simpleAttributeSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/getXML/callbackInterface_simpleElementSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/getXML/callbackReturnDOMNode.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0), ADOdbPEAR/getXML/callbackReturnDOMNodeArray.phpt
	  (1.2),
	  ADOdbPEAR/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.2), ADOdbPEAR/getXML/callbackReturnDOMNode_parentHidden.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  ADOdbPEAR/getXML/case02.phpt (1.5, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0), ADOdbPEAR/getXML/case03.phpt (1.5, RELEASE_1_4_0,
	  RELEASE_1_3_0), ADOdbPEAR/getXML/case04.phpt (1.7, RELEASE_1_4_0,
	  RELEASE_1_3_0), ADOdbPEAR/getXML/case05.phpt (1.7),
	  ADOdbPEAR/getXML/case06.phpt (1.6), ADOdbPEAR/getXML/case07.phpt
	  (1.5, RELEASE_1_4_0, RELEASE_1_3_0), ADOdbPEAR/getXML/case08.phpt
	  (1.7),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0), DB/getFlatXML/case01.phpt
	  (1.5, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/getXML/callbackInterface_complexAttributeSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/getXML/callbackInterface_complexElementSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/getXML/callbackInterface_condition.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0), DB/getXML/callbackInterface_data.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/getXML/callbackInterface_idColumn.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0),
	  DB/getXML/callbackInterface_simpleAttributeSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/getXML/callbackInterface_simpleElementSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  DB/getXML/callbackReturnDOMNode.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0), DB/getXML/callbackReturnDOMNodeArray.phpt (1.2),
	  DB/getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.2),
	  DB/getXML/callbackReturnDOMNode_parentHidden.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), DB/getXML/case02.phpt (1.5,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), DB/getXML/case03.phpt (1.5,
	  RELEASE_1_4_0, RELEASE_1_3_0), DB/getXML/case04.phpt (1.7,
	  RELEASE_1_4_0, RELEASE_1_3_0), DB/getXML/case05.phpt (1.7),
	  DB/getXML/case06.phpt (1.6), DB/getXML/case07.phpt (1.5,
	  RELEASE_1_4_0, RELEASE_1_3_0), DB/getXML/case08.phpt (1.7),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0), MDB2/getFlatXML/case01.phpt
	  (1.5, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/getXML/callbackInterface_complexAttributeSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/getXML/callbackInterface_complexElementSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/getXML/callbackInterface_condition.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0), MDB2/getXML/callbackInterface_data.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/getXML/callbackInterface_idColumn.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0),
	  MDB2/getXML/callbackInterface_simpleAttributeSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/getXML/callbackInterface_simpleElementSpec.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0),
	  MDB2/getXML/callbackReturnDOMNode.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0), MDB2/getXML/callbackReturnDOMNodeArray.phpt
	  (1.2), MDB2/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.2), MDB2/getXML/callbackReturnDOMNode_parentHidden.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), MDB2/getXML/case02.phpt (1.5,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0), MDB2/getXML/case03.phpt (1.5,
	  RELEASE_1_4_0, RELEASE_1_3_0), MDB2/getXML/case04.phpt (1.7,
	  RELEASE_1_4_0, RELEASE_1_3_0), MDB2/getXML/case05.phpt (1.7),
	  MDB2/getXML/case06.phpt (1.6), MDB2/getXML/case07.phpt (1.5,
	  RELEASE_1_4_0, RELEASE_1_3_0), MDB2/getXML/case08.phpt (1.7)
	  (utags: RELEASE_1_1_0, RELEASE_1_2_0, RELEASE_1_2_1): added ORDER
	  BY clauses and fixed dynamic usage of database abstraction layers

2007-02-03 12:49  lukasfeiler

	* XML/Query2XML/Callback.php (1.2, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0): added examples and
	  API docs

2007-02-03 12:49  lukasfeiler

	* XML/Query2XML.php (1.17, RELEASE_1_1_0): corrected docs for some
	  private methods

2007-02-03 12:11  lukasfeiler

	* XML/Query2XML.php (1.16),
	  tests/XML_Query2XML/ADOdbDefault/factory/throwDBException.phpt
	  (1.2, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt (1.6),
	  tests/XML_Query2XML/ADOdbException/factory/throwDBException.phpt
	  (1.2, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  tests/XML_Query2XML/ADOdbException/getXML/case08.phpt (1.6),
	  tests/XML_Query2XML/ADOdbPEAR/factory/throwDBException.phpt (1.2,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt (1.6),
	  tests/XML_Query2XML/DB/factory/throwDBException.phpt (1.2,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  tests/XML_Query2XML/DB/getXML/case08.phpt (1.6),
	  tests/XML_Query2XML/MDB2/factory/throwDBException.phpt (1.2,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  tests/XML_Query2XML/MDB2/getXML/case08.phpt (1.6),
	  tests/XML_Query2XML/NoDBLayer/factory/throwConfigException.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  tests/XML_Query2XML/NoDBLayer/factory/throwDBException.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), tutorials/XML_Query2XML/XML_Query2XML.pkg (1.14):
	  fixed require_once CS issue

2007-02-03 11:28  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.13): fixed examples
	  (the ! operator is not supported anymore); new examples for
	  COMMAND OBJECT callbacks

2007-02-03 11:24  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/getFlatXML/case01.phpt (1.4),
	  ADOdbDefault/getGlobalOption/configException_noSuchOption.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getGlobalOption/hidden_container_prefix.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbDefault/getXML/case02.phpt (1.4),
	  ADOdbDefault/getXML/case03.phpt (1.4),
	  ADOdbDefault/getXML/case04.phpt (1.6),
	  ADOdbDefault/getXML/case05.phpt (1.6),
	  ADOdbDefault/getXML/case06.phpt (1.5),
	  ADOdbDefault/getXML/case07.phpt (1.4),
	  ADOdbDefault/getXML/case08.phpt (1.5),
	  ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/setGlobalOption/configException_noSuchOption.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/setGlobalOption/hidden_container_prefix.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbException/getFlatXML/case01.phpt (1.4),
	  ADOdbException/getGlobalOption/configException_noSuchOption.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getGlobalOption/hidden_container_prefix.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbException/getXML/case02.phpt (1.4),
	  ADOdbException/getXML/case03.phpt (1.4),
	  ADOdbException/getXML/case04.phpt (1.6),
	  ADOdbException/getXML/case05.phpt (1.6),
	  ADOdbException/getXML/case06.phpt (1.5),
	  ADOdbException/getXML/case07.phpt (1.4),
	  ADOdbException/getXML/case08.phpt (1.5),
	  ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/setGlobalOption/configException_noSuchOption.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/setGlobalOption/hidden_container_prefix.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/getFlatXML/case01.phpt (1.4),
	  ADOdbPEAR/getGlobalOption/configException_noSuchOption.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getGlobalOption/hidden_container_prefix.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/getXML/case02.phpt (1.4),
	  ADOdbPEAR/getXML/case03.phpt (1.4), ADOdbPEAR/getXML/case04.phpt
	  (1.6), ADOdbPEAR/getXML/case05.phpt (1.6),
	  ADOdbPEAR/getXML/case06.phpt (1.5), ADOdbPEAR/getXML/case07.phpt
	  (1.4), ADOdbPEAR/getXML/case08.phpt (1.5),
	  ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/setGlobalOption/configException_noSuchOption.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/setGlobalOption/hidden_container_prefix.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/getFlatXML/case01.phpt (1.4),
	  DB/getGlobalOption/configException_noSuchOption.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/getGlobalOption/hidden_container_prefix.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0), DB/getXML/case02.phpt (1.4),
	  DB/getXML/case03.phpt (1.4), DB/getXML/case04.phpt (1.6),
	  DB/getXML/case05.phpt (1.6), DB/getXML/case06.phpt (1.5),
	  DB/getXML/case07.phpt (1.4), DB/getXML/case08.phpt (1.5),
	  DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/setGlobalOption/configException_noSuchOption.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/setGlobalOption/hidden_container_prefix.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0), MDB2/getFlatXML/case01.phpt (1.4),
	  MDB2/getGlobalOption/configException_noSuchOption.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getGlobalOption/hidden_container_prefix.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0), MDB2/getXML/case02.phpt (1.4),
	  MDB2/getXML/case03.phpt (1.4), MDB2/getXML/case04.phpt (1.6),
	  MDB2/getXML/case05.phpt (1.6), MDB2/getXML/case06.phpt (1.5),
	  MDB2/getXML/case07.phpt (1.4), MDB2/getXML/case08.phpt (1.5),
	  MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/setGlobalOption/configException_noSuchOption.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/setGlobalOption/hidden_container_prefix.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0): removed references to
	  XML_Beautifier; CS fixes

2007-02-02 13:01  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.12): documented
	  COMMAND OBJECT feature

2007-02-02 00:54  lukasfeiler

	* package.xml (1.15): added new unit tests and
	  XML/Query2XML/Callback.php

2007-02-02 00:52  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.2),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.2),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.2),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.2),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.2),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.2),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.2),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.2),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.2),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.2),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.2),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.2),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.2),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.2),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.2),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.2),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.2),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.2),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.2),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.2),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.2),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.2),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.2),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.2),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.2),
	  DB/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.2),
	  DB/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.2),
	  DB/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.2),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.2),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.2),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.2),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.2),
	  MDB2/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.2),
	  MDB2/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.2),
	  MDB2/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.2) (utags: RELEASE_1_1_0, RELEASE_1_2_0, RELEASE_1_2_1,
	  RELEASE_1_3_0, RELEASE_1_4_0): more details on location of config
	  error that leads to XML_Query2XML_ConfigException

2007-02-02 00:51  lukasfeiler

	* XML/: Query2XML.php (1.15), Query2XML/Callback.php (1.1): new
	  callback interface XML_Query2XML_Callback allows for non-static
	  callback methods

2007-02-02 00:49  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1),
	  ADOdbDefault/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.1),
	  ADOdbDefault/getXML/callbackInterface_complexElementSpec.phpt
	  (1.1), ADOdbDefault/getXML/callbackInterface_condition.phpt
	  (1.1), ADOdbDefault/getXML/callbackInterface_data.phpt (1.1),
	  ADOdbDefault/getXML/callbackInterface_idColumn.phpt (1.1),
	  ADOdbDefault/getXML/callbackInterface_simpleAttributeSpec.phpt
	  (1.1),
	  ADOdbDefault/getXML/callbackInterface_simpleElementSpec.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1),
	  ADOdbException/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.1),
	  ADOdbException/getXML/callbackInterface_complexElementSpec.phpt
	  (1.1), ADOdbException/getXML/callbackInterface_condition.phpt
	  (1.1), ADOdbException/getXML/callbackInterface_data.phpt (1.1),
	  ADOdbException/getXML/callbackInterface_idColumn.phpt (1.1),
	  ADOdbException/getXML/callbackInterface_simpleAttributeSpec.phpt
	  (1.1),
	  ADOdbException/getXML/callbackInterface_simpleElementSpec.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1),
	  ADOdbPEAR/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.1), ADOdbPEAR/getXML/callbackInterface_complexElementSpec.phpt
	  (1.1), ADOdbPEAR/getXML/callbackInterface_condition.phpt (1.1),
	  ADOdbPEAR/getXML/callbackInterface_data.phpt (1.1),
	  ADOdbPEAR/getXML/callbackInterface_idColumn.phpt (1.1),
	  ADOdbPEAR/getXML/callbackInterface_simpleAttributeSpec.phpt
	  (1.1), ADOdbPEAR/getXML/callbackInterface_simpleElementSpec.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1), DB/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.1), DB/getXML/callbackInterface_complexElementSpec.phpt (1.1),
	  DB/getXML/callbackInterface_condition.phpt (1.1),
	  DB/getXML/callbackInterface_data.phpt (1.1),
	  DB/getXML/callbackInterface_idColumn.phpt (1.1),
	  DB/getXML/callbackInterface_simpleAttributeSpec.phpt (1.1),
	  DB/getXML/callbackInterface_simpleElementSpec.phpt (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt
	  (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt
	  (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt
	  (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt
	  (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt
	  (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt
	  (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt
	  (1.1), MDB2/getXML/callbackInterface_complexAttributeSpec.phpt
	  (1.1), MDB2/getXML/callbackInterface_complexElementSpec.phpt
	  (1.1), MDB2/getXML/callbackInterface_condition.phpt (1.1),
	  MDB2/getXML/callbackInterface_data.phpt (1.1),
	  MDB2/getXML/callbackInterface_idColumn.phpt (1.1),
	  MDB2/getXML/callbackInterface_simpleAttributeSpec.phpt (1.1),
	  MDB2/getXML/callbackInterface_simpleElementSpec.phpt (1.1): unit
	  tests for new callback interface XML_Query2XML_Callback

2007-02-01 21:44  lukasfeiler

	* cases/: case01/case01.php (1.3), case02/case02.php (1.3),
	  case02/case02_debug.php (1.3), case03/case03.php (1.3),
	  case03/case03_debug.php (1.3), case04/case04.php (1.5),
	  case04/case04_debug.php (1.5), case05/case05.php (1.5),
	  case05/case05_debug.php (1.4), case06/case06.php (1.4),
	  case06/case06_debug.php (1.4), case07/case07.php (1.3),
	  case07/case07_debug.php (1.3), case08/case08.php (1.4),
	  case08/case08_debug.php (1.4): using MDB2 instead of DB; CS fix
	  for require_once

2007-02-01 20:12  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/getXML/callbackReturnDOMNode.phpt (1.1),
	  ADOdbDefault/getXML/callbackReturnDOMNodeArray.phpt (1.1),
	  ADOdbDefault/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.1),
	  ADOdbDefault/getXML/callbackReturnDOMNode_parentHidden.phpt
	  (1.1), ADOdbException/getXML/callbackReturnDOMNode.phpt (1.1),
	  ADOdbException/getXML/callbackReturnDOMNodeArray.phpt (1.1),
	  ADOdbException/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.1),
	  ADOdbException/getXML/callbackReturnDOMNode_parentHidden.phpt
	  (1.1), ADOdbPEAR/getXML/callbackReturnDOMNode.phpt (1.1),
	  ADOdbPEAR/getXML/callbackReturnDOMNodeArray.phpt (1.1),
	  ADOdbPEAR/getXML/callbackReturnDOMNodeArray_parentHidden.phpt
	  (1.1), ADOdbPEAR/getXML/callbackReturnDOMNode_parentHidden.phpt
	  (1.1), DB/getXML/callbackReturnDOMNode.phpt (1.1),
	  DB/getXML/callbackReturnDOMNodeArray.phpt (1.1),
	  DB/getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.1),
	  DB/getXML/callbackReturnDOMNode_parentHidden.phpt (1.1),
	  MDB2/getXML/callbackReturnDOMNode.phpt (1.1),
	  MDB2/getXML/callbackReturnDOMNodeArray.phpt (1.1),
	  MDB2/getXML/callbackReturnDOMNodeArray_parentHidden.phpt (1.1),
	  MDB2/getXML/callbackReturnDOMNode_parentHidden.phpt (1.1): unit
	  tests for callback function returning DOMNode instance

2007-02-01 20:11  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.1),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.1),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.1),
	  ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.1),
	  DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.1),
	  DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.1),
	  MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt
	  (1.1),
	  MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt
	  (1.1) (utags: RELEASE_1_1_0, RELEASE_1_2_0, RELEASE_1_2_1,
	  RELEASE_1_3_0, RELEASE_1_4_0): unit tests for new exception

2007-02-01 20:09  lukasfeiler

	* XML/Query2XML.php (1.14): now throwing a
	  XML_Query2XML_ConfigException if the idColumn option evaluates to
	  a value that is an object or an array

2007-02-01 16:49  lukasfeiler

	* tests/Query2XML_Tests.psql (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0): PostgreSQL DDL for unit tests

2007-02-01 16:32  lukasfeiler

	* tests/XML_Query2XML/: diffTests_MDB2Master.sh (1.1,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  settings.php (1.3, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), syncTests_MDB2Master.sh (1.1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/_applyColumnStringToRecord/callbacks.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/_processComplexElementSpecification/condition_function.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/clearProfile/clearProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/disableDebugLog/disableDebugLog.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbDefault/getFlatXML/case01.phpt (1.3),
	  ADOdbDefault/getFlatXML/simpleSelect.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getProfile/getProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getRawProfile/getRawProfile.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes1.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes2.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes3.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes4.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes5.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes6.phpt (1.3,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_elements1.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_elements2.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_elements3.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_elements4.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_elements5.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_elements6.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbDefault/getXML/case02.phpt (1.3),
	  ADOdbDefault/getXML/case03.phpt (1.3),
	  ADOdbDefault/getXML/case04.phpt (1.5),
	  ADOdbDefault/getXML/case05.phpt (1.5),
	  ADOdbDefault/getXML/case06.phpt (1.4),
	  ADOdbDefault/getXML/case07.phpt (1.3),
	  ADOdbDefault/getXML/case08.phpt (1.4),
	  ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/conditionPrefix_attribute_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/conditionPrefix_attribute_columnName.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/conditionPrefix_attribute_staticText.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/conditionPrefix_element_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/conditionPrefix_element_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/conditionPrefix_element_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/conditionPrefix_value_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/conditionPrefix_value_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/conditionPrefix_value_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbDefault/setGlobalOption/hidden_container_prefix.phpt (1.2),
	  ADOdbDefault/startProfiling/startProfiling.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbDefault/stopProfiling/stopProfiling.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/_applyColumnStringToRecord/callbacks.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/_processComplexElementSpecification/condition_function.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/clearProfile/clearProfile.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/disableDebugLog/disableDebugLog.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbException/getFlatXML/case01.phpt (1.3),
	  ADOdbException/getFlatXML/simpleSelect.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getProfile/getProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getRawProfile/getRawProfile.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_attributes1.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_attributes2.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_attributes3.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_attributes4.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_attributes5.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_attributes6.phpt (1.3,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_elements1.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_elements2.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_elements3.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_elements4.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_elements5.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_elements6.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbException/getXML/case02.phpt (1.3),
	  ADOdbException/getXML/case03.phpt (1.3),
	  ADOdbException/getXML/case04.phpt (1.5),
	  ADOdbException/getXML/case05.phpt (1.5),
	  ADOdbException/getXML/case06.phpt (1.4),
	  ADOdbException/getXML/case07.phpt (1.3),
	  ADOdbException/getXML/case08.phpt (1.4),
	  ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/conditionPrefix_attribute_callback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/conditionPrefix_attribute_columnName.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/conditionPrefix_attribute_staticText.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/conditionPrefix_element_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/conditionPrefix_element_columnName.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/conditionPrefix_element_staticText.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/conditionPrefix_value_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/conditionPrefix_value_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/conditionPrefix_value_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbException/setGlobalOption/hidden_container_prefix.phpt
	  (1.2), ADOdbException/startProfiling/startProfiling.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbException/stopProfiling/stopProfiling.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/_applyColumnStringToRecord/callbacks.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/_processComplexElementSpecification/condition_function.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/clearProfile/clearProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/disableDebugLog/disableDebugLog.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/getFlatXML/case01.phpt (1.3),
	  ADOdbPEAR/getFlatXML/simpleSelect.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getProfile/getProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getRawProfile/getRawProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes1.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes2.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes3.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes4.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes5.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes6.phpt (1.3,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/getXML/asteriskShortcut_elements1.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_elements2.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/getXML/asteriskShortcut_elements3.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_elements4.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/getXML/asteriskShortcut_elements5.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_elements6.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/getXML/case02.phpt (1.3),
	  ADOdbPEAR/getXML/case03.phpt (1.3), ADOdbPEAR/getXML/case04.phpt
	  (1.5), ADOdbPEAR/getXML/case05.phpt (1.5),
	  ADOdbPEAR/getXML/case06.phpt (1.4), ADOdbPEAR/getXML/case07.phpt
	  (1.3), ADOdbPEAR/getXML/case08.phpt (1.4),
	  ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/conditionPrefix_attribute_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/conditionPrefix_attribute_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/conditionPrefix_attribute_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/conditionPrefix_element_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/conditionPrefix_element_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/conditionPrefix_element_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/conditionPrefix_value_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/conditionPrefix_value_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/conditionPrefix_value_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/setGlobalOption/hidden_container_prefix.phpt (1.2),
	  ADOdbPEAR/startProfiling/startProfiling.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  ADOdbPEAR/stopProfiling/stopProfiling.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/_applyColumnStringToRecord/callbacks.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/_processComplexElementSpecification/condition_function.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0), DB/clearProfile/clearProfile.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/disableDebugLog/disableDebugLog.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/getFlatXML/case01.phpt (1.3),
	  DB/getFlatXML/simpleSelect.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getProfile/getProfile.phpt (1.2, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getRawProfile/getRawProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_attributes1.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_attributes2.phpt (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_attributes3.phpt (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_attributes4.phpt (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_attributes5.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_attributes6.phpt (1.3, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_elements1.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_elements2.phpt (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_elements3.phpt (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_elements4.phpt (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_elements5.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/asteriskShortcut_elements6.phpt (1.3, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/case02.phpt (1.3), DB/getXML/case03.phpt (1.3),
	  DB/getXML/case04.phpt (1.5), DB/getXML/case05.phpt (1.5),
	  DB/getXML/case06.phpt (1.4), DB/getXML/case07.phpt (1.3),
	  DB/getXML/case08.phpt (1.4),
	  DB/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/complexAttributeSpecification_valuePrefixes.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/getXML/complexElementSpecification_conditionOption1.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/getXML/complexElementSpecification_conditionOption2.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/getXML/conditionPrefix_attribute_callback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/conditionPrefix_attribute_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/getXML/conditionPrefix_attribute_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/getXML/conditionPrefix_element_callback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/conditionPrefix_element_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/getXML/conditionPrefix_element_staticText.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/conditionPrefix_value_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/getXML/conditionPrefix_value_columnName.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/conditionPrefix_value_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_scenariosNoContainer.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_simpleElement_callback.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/setGlobalOption/hidden_container_prefix.phpt (1.2),
	  DB/startProfiling/startProfiling.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  DB/stopProfiling/stopProfiling.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/skipif.php (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/_applyColumnStringToRecord/callbacks.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  MDB2/_processComplexElementSpecification/condition_function.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/clearProfile/clearProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/disableDebugLog/disableDebugLog.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getFlatXML/case01.phpt (1.3),
	  MDB2/getFlatXML/simpleSelect.phpt (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getProfile/getProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getRawProfile/getRawProfile.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/asteriskShortcut_attributes1.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_attributes2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/asteriskShortcut_attributes3.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_attributes4.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/asteriskShortcut_attributes5.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_attributes6.phpt
	  (1.3, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_elements1.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_elements2.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_elements3.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_elements4.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_elements5.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_elements6.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/case02.phpt (1.3),
	  MDB2/getXML/case03.phpt (1.3), MDB2/getXML/case04.phpt (1.5),
	  MDB2/getXML/case05.phpt (1.5), MDB2/getXML/case06.phpt (1.4),
	  MDB2/getXML/case07.phpt (1.3), MDB2/getXML/case08.phpt (1.4),
	  MDB2/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/conditionPrefix_attribute_callback.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  MDB2/getXML/conditionPrefix_attribute_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  MDB2/getXML/conditionPrefix_attribute_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/conditionPrefix_element_callback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/conditionPrefix_element_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  MDB2/getXML/conditionPrefix_element_staticText.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/conditionPrefix_value_callback.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/conditionPrefix_value_columnName.phpt (1.2,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/conditionPrefix_value_staticText.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.4, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.2, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_scenariosNoContainer.phpt (1.3,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.3, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/setGlobalOption/hidden_container_prefix.phpt (1.2),
	  MDB2/startProfiling/startProfiling.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  MDB2/stopProfiling/stopProfiling.phpt (1.2, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0):
	  added ORDER BY clause to all unit tests; all unit tests now also
	  run with PostgreSQL

2007-02-01 15:54  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.11): documented
	  unserialization prefix and the handling of multi-column primary
	  keys

2006-12-27 00:35  lukasfeiler

	* tests/Query2XML_Tests.sql (1.3, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.3),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.3),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.3),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.2),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.2),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.2),
	  tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.3),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.3),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.3),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.3),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.2),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.2),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.2),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.2),
	  tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.2), tutorials/XML_Query2XML/XML_Query2XML.pkg (1.10): fixed
	  typo in column name that was used in unit tests and docs

2006-12-27 00:09  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.9): documented
	  unserialization support, global options and callbacks returning
	  DOMNode instances

2006-12-25 20:06  lukasfeiler

	* package.xml (1.14): clearProfiling unit tests renamed to
	  clearProfile

2006-12-25 20:05  lukasfeiler

	* XML/Query2XML.php (1.13): _applySqlOptionsToRecord(): documented
	  bubbling up of XML_Query2XML_XMLException when thrown by
	  _applyColumnStringToRecord()

2006-12-25 18:12  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/clearProfiling/clearProfiling.phpt (1.2),
	  ADOdbException/clearProfiling/clearProfiling.phpt (1.2),
	  ADOdbPEAR/clearProfiling/clearProfiling.phpt (1.2),
	  DB/clearProfiling/clearProfiling.phpt (1.2),
	  MDB2/clearProfiling/clearProfiling.phpt (1.2): incorrectly named
	  unit tests

2006-12-25 17:49  lukasfeiler

	* tests/XML_Query2XML/: checkTestNames.sh (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0), diffTests.sh (1.3),
	  syncTests.sh (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0) (utags: RELEASE_1_1_0, RELEASE_1_2_0,
	  RELEASE_1_2_1, RELEASE_1_3_0): unit test management helper
	  scripts

2006-12-25 17:40  lukasfeiler

	* tests/XML_Query2XML/: diffTests.sh (1.2),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/_appendTextChildNode/throwXMLException.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/_setDOMAttribute/throwXMLException.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbDefault/clearProfile/clearProfile.phpt
	  (1.1),
	  ADOdbDefault/getGlobalOption/configException_noSuchOption.phpt
	  (1.2), ADOdbDefault/getGlobalOption/hidden_container_prefix.phpt
	  (1.2),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.2),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.2),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.2),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.2),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.2),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.2),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.2),
	  ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.2),
	  ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.2),
	  ADOdbDefault/setGlobalOption/configException_noSuchOption.phpt
	  (1.2),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/_appendTextChildNode/throwXMLException.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/_setDOMAttribute/throwXMLException.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbException/clearProfile/clearProfile.phpt
	  (1.1),
	  ADOdbException/getGlobalOption/configException_noSuchOption.phpt
	  (1.2),
	  ADOdbException/getGlobalOption/hidden_container_prefix.phpt
	  (1.2),
	  ADOdbException/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.2),
	  ADOdbException/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.2),
	  ADOdbException/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.2),
	  ADOdbException/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.2),
	  ADOdbException/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.2),
	  ADOdbException/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.2),
	  ADOdbException/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.2),
	  ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.2),
	  ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.2),
	  ADOdbException/setGlobalOption/configException_noSuchOption.phpt
	  (1.2),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/_appendTextChildNode/throwXMLException.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/_setDOMAttribute/throwXMLException.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/clearProfile/clearProfile.phpt (1.1),
	  ADOdbPEAR/getGlobalOption/configException_noSuchOption.phpt
	  (1.2), ADOdbPEAR/getGlobalOption/hidden_container_prefix.phpt
	  (1.2),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.2),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.2),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.2),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.2),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.2),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.2),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.2),
	  ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.2),
	  ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.2),
	  ADOdbPEAR/setGlobalOption/configException_noSuchOption.phpt
	  (1.2), DB/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/_addDOMChildren/throwXMLException_arrayWithDouble.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/_addDOMChildren/throwXMLException_arrayWithInt.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/_addDOMChildren/throwXMLException_arrayWithObject.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  DB/_addDOMChildren/throwXMLException_arrayWithString.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/_appendTextChildNode/throwXMLException.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/_setDOMAttribute/throwXMLException.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/clearProfile/clearProfile.phpt (1.1),
	  DB/getGlobalOption/configException_noSuchOption.phpt (1.2),
	  DB/getGlobalOption/hidden_container_prefix.phpt (1.2),
	  DB/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.2),
	  DB/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.2),
	  DB/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.2),
	  DB/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.2),
	  DB/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.2),
	  DB/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.2), DB/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.2),
	  DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.2),
	  DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.2), DB/setGlobalOption/configException_noSuchOption.phpt
	  (1.2), MDB2/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithDouble.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithInt.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithObject.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithString.phpt (1.2,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/_appendTextChildNode/throwXMLException.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/_setDOMAttribute/throwXMLException.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/clearProfile/clearProfile.phpt (1.1),
	  MDB2/getGlobalOption/configException_noSuchOption.phpt (1.2),
	  MDB2/getGlobalOption/hidden_container_prefix.phpt (1.2),
	  MDB2/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.2),
	  MDB2/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.2),
	  MDB2/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.2),
	  MDB2/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.2),
	  MDB2/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.2),
	  MDB2/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.2),
	  MDB2/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.2),
	  MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.2),
	  MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.2), MDB2/setGlobalOption/configException_noSuchOption.phpt
	  (1.2): corrected unit test names

2006-12-24 13:41  lukasfeiler

	* package.xml (1.13): added new unit tests

2006-12-24 13:40  lukasfeiler

	* XML/Query2XML.php (1.12): container issues fixed; @thows tags
	  updated

2006-12-24 13:39  lukasfeiler

	* tests/: Query2XML_Tests.dm2 (1.2, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0), Query2XML_Tests.jpg (1.2,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0), Query2XML_Tests.sql
	  (1.2): new building_xmldata column needed for unit tests

2006-12-24 13:34  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.1),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.1),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.1),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.1),
	  ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.1), ADOdbDefault/_appendTextChildNode/throwXMLException.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/_setDOMAttribute/throwXMLException.phpt (1.1),
	  ADOdbDefault/getGlobalOption/configException_noSuchOption.phpt
	  (1.1), ADOdbDefault/getGlobalOption/hidden_container_prefix.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.1),
	  ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.1),
	  ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.1),
	  ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.1),
	  ADOdbDefault/setGlobalOption/configException_noSuchOption.phpt
	  (1.1), ADOdbDefault/setGlobalOption/hidden_container_prefix.phpt
	  (1.1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.1),
	  ADOdbException/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.1), ADOdbException/_appendTextChildNode/throwXMLException.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/_setDOMAttribute/throwXMLException.phpt (1.1),
	  ADOdbException/getGlobalOption/configException_noSuchOption.phpt
	  (1.1),
	  ADOdbException/getGlobalOption/hidden_container_prefix.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.1),
	  ADOdbException/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.1),
	  ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.1),
	  ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.1),
	  ADOdbException/setGlobalOption/configException_noSuchOption.phpt
	  (1.1),
	  ADOdbException/setGlobalOption/hidden_container_prefix.phpt
	  (1.1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.1),
	  ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.1), ADOdbPEAR/_appendTextChildNode/throwXMLException.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), ADOdbPEAR/_setDOMAttribute/throwXMLException.phpt
	  (1.1),
	  ADOdbPEAR/getGlobalOption/configException_noSuchOption.phpt
	  (1.1), ADOdbPEAR/getGlobalOption/hidden_container_prefix.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.1),
	  ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.1),
	  ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.1),
	  ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.1),
	  ADOdbPEAR/setGlobalOption/configException_noSuchOption.phpt
	  (1.1), ADOdbPEAR/setGlobalOption/hidden_container_prefix.phpt
	  (1.1), DB/_addDOMChildren/throwXMLException_arrayWithBool.phpt
	  (1.1), DB/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.1), DB/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.1), DB/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.1), DB/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.1), DB/_appendTextChildNode/throwXMLException.phpt (1.1),
	  DB/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/_setDOMAttribute/throwXMLException.phpt (1.1),
	  DB/getGlobalOption/configException_noSuchOption.phpt (1.1),
	  DB/getGlobalOption/hidden_container_prefix.phpt (1.1),
	  DB/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.1), DB/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.1),
	  DB/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.1),
	  DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.1),
	  DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.1), DB/setGlobalOption/configException_noSuchOption.phpt
	  (1.1), DB/setGlobalOption/hidden_container_prefix.phpt (1.1),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithBool.phpt (1.1),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithDouble.phpt
	  (1.1), MDB2/_addDOMChildren/throwXMLException_arrayWithInt.phpt
	  (1.1),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithObject.phpt
	  (1.1),
	  MDB2/_addDOMChildren/throwXMLException_arrayWithString.phpt
	  (1.1), MDB2/_appendTextChildNode/throwXMLException.phpt (1.1),
	  MDB2/_applyColumnStringToRecord/throwXMLException_unserialize.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/_setDOMAttribute/throwXMLException.phpt
	  (1.1), MDB2/getGlobalOption/configException_noSuchOption.phpt
	  (1.1), MDB2/getGlobalOption/hidden_container_prefix.phpt (1.1),
	  MDB2/getXML/unserializationPrefix_complexElement_callback.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_complexElement_columnName.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_complexElement_staticString.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_scenariosNoContainer.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_simpleElement_callback.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_simpleElement_columnName.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_simpleElement_staticString.phpt
	  (1.1),
	  MDB2/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt
	  (1.1),
	  MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt
	  (1.1),
	  MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt
	  (1.1), MDB2/setGlobalOption/configException_noSuchOption.phpt
	  (1.1), MDB2/setGlobalOption/hidden_container_prefix.phpt (1.1):
	  145 new unit tests for testing '&' prefix and callbacks returning
	  DomNode instances

2006-12-24 01:02  lukasfeiler

	* XML/Query2XML.php (1.11): combination of '?' and '&' is now
	  possible

2006-12-23 18:55  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.8): dropped usage of
	  XML_Beautifier for all examples; now using MDB2 instead of DB for
	  all examples; calling required_once() without braces

2006-12-23 18:16  lukasfeiler

	* tests/XML_Query2XML/: diffTests.sh (1.1),
	  ADOdbDefault/skipif_XML_Beautifier.php (1.3),
	  ADOdbException/skipif_XML_Beautifier.php (1.3),
	  ADOdbPEAR/skipif_XML_Beautifier.php (1.3),
	  DB/skipif_XML_Beautifier.php (1.3),
	  MDB2/skipif_XML_Beautifier.php (1.3): removed XML_Beautifier
	  dependency checks; diff scripts for DB layer specific unit tests

2006-12-23 18:11  lukasfeiler

	* cases/case01/case01.php (1.2), cases/case01/case01.xml (1.2,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  cases/case02/case02.php (1.2), cases/case02/case02.xml (1.2,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  cases/case02/case02_debug.php (1.2), cases/case03/case03.php
	  (1.2), cases/case03/case03.xml (1.2, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0), cases/case03/case03_debug.php
	  (1.2), cases/case04/case04.php (1.4), cases/case04/case04.xml
	  (1.2, RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  cases/case04/case04_debug.php (1.4), cases/case05/case05.php
	  (1.4), cases/case05/case05.xml (1.2, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0), cases/case05/case05_debug.php
	  (1.3), cases/case06/case06.php (1.3), cases/case06/case06.xml
	  (1.2), cases/case06/case06_debug.php (1.3),
	  cases/case07/case07.php (1.2), cases/case07/case07.xml (1.2,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  cases/case07/case07_debug.php (1.2), cases/case08/case08.php
	  (1.3), cases/case08/case08.xml (1.2, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0), cases/case08/case08_debug.php
	  (1.3), tests/XML_Query2XML/ADOdbDefault/getFlatXML/case01.phpt
	  (1.2), tests/XML_Query2XML/ADOdbDefault/getXML/case02.phpt (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/case03.phpt (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt (1.4),
	  tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt (1.4),
	  tests/XML_Query2XML/ADOdbDefault/getXML/case06.phpt (1.3),
	  tests/XML_Query2XML/ADOdbDefault/getXML/case07.phpt (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt (1.3),
	  tests/XML_Query2XML/ADOdbException/getFlatXML/case01.phpt (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/case02.phpt (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/case03.phpt (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/case04.phpt (1.4),
	  tests/XML_Query2XML/ADOdbException/getXML/case05.phpt (1.4),
	  tests/XML_Query2XML/ADOdbException/getXML/case06.phpt (1.3),
	  tests/XML_Query2XML/ADOdbException/getXML/case07.phpt (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/case08.phpt (1.3),
	  tests/XML_Query2XML/ADOdbPEAR/getFlatXML/case01.phpt (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case02.phpt (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case03.phpt (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt (1.4),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt (1.4),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case06.phpt (1.3),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case07.phpt (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt (1.3),
	  tests/XML_Query2XML/DB/getFlatXML/case01.phpt (1.2),
	  tests/XML_Query2XML/DB/getXML/case02.phpt (1.2),
	  tests/XML_Query2XML/DB/getXML/case03.phpt (1.2),
	  tests/XML_Query2XML/DB/getXML/case04.phpt (1.4),
	  tests/XML_Query2XML/DB/getXML/case05.phpt (1.4),
	  tests/XML_Query2XML/DB/getXML/case06.phpt (1.3),
	  tests/XML_Query2XML/DB/getXML/case07.phpt (1.2),
	  tests/XML_Query2XML/DB/getXML/case08.phpt (1.3),
	  tests/XML_Query2XML/MDB2/getFlatXML/case01.phpt (1.2),
	  tests/XML_Query2XML/MDB2/getXML/case02.phpt (1.2),
	  tests/XML_Query2XML/MDB2/getXML/case03.phpt (1.2),
	  tests/XML_Query2XML/MDB2/getXML/case04.phpt (1.4),
	  tests/XML_Query2XML/MDB2/getXML/case05.phpt (1.4),
	  tests/XML_Query2XML/MDB2/getXML/case06.phpt (1.3),
	  tests/XML_Query2XML/MDB2/getXML/case07.phpt (1.2),
	  tests/XML_Query2XML/MDB2/getXML/case08.phpt (1.3): dropped usage
	  of XML_Beautifier

2006-12-23 09:23  lukasfeiler

	* XML/Query2XML.php (1.10): ampersand prefix can now be used in
	  conjunction with the colon and pound sign prefix

2006-12-22 23:41  lukasfeiler

	* XML/Query2XML.php (1.9): Capability to handle DOMNode instances
	  returned by callback functions; the new ampersand shortcut can
	  also be used to quickly unserialize XML data stored in the
	  database

2006-12-18 10:17  lukasfeiler

	* XML/Query2XML.php (1.8): API docs: added references to ADOdb,
	  ADOConnection and ADORecordSet; also removed the unused private
	  property _isMDB2

2006-12-04 21:57  tag RELEASE_1_0_0

2006-12-04 21:57  lukasfeiler

	* ChangeLog (1.6, RELEASE_1_0_0): udpated ChangeLog by running
	  'cvs2cl.pl -rtT'

2006-12-04 21:56  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.7, RELEASE_1_0_0):
	  renamed migration guide section

2006-12-04 21:55  lukasfeiler

	* RELEASES (1.8), package.xml (1.12) (utags: RELEASE_1_0_0): added
	  reference to migration guide for users still running v0.6.x or
	  v0.7.x

2006-12-04 21:10  lukasfeiler

	* INSTALL (1.5, RELEASE_1_0_0): removed reference to 'pear
	  config-set preferred_state beta'

2006-12-04 21:10  lukasfeiler

	* RELEASES (1.7), package.xml (1.11): ready for v1.0.0

2006-11-29 23:24  lukasfeiler

	* XML/Query2XML.php (1.7, RELEASE_1_0_0): change suggested by dev
	  at 7700 dot ws - this doesn't fix a bug, it's just cleaner code

2006-11-04 01:06  tag RELEASE_0_8_0

2006-11-04 01:06  lukasfeiler

	* RELEASES (1.6, RELEASE_0_8_0): release date updated

2006-11-04 00:16  lukasfeiler

	* ChangeLog (1.5, RELEASE_0_8_0), RELEASES (1.5), package.xml
	  (1.10, RELEASE_0_8_0): ready for v0.8.0

2006-11-04 00:10  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.2),
	  ADOdbException/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.2),
	  ADOdbPEAR/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.2), DB/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.2), MDB2/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.2) (utags: RELEASE_0_8_0, RELEASE_1_0_0, RELEASE_1_1_0,
	  RELEASE_1_2_0, RELEASE_1_2_1, RELEASE_1_3_0, RELEASE_1_4_0,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1): modified for MDB2-2.3.0

2006-11-03 19:41  lukasfeiler

	* ChangeLog (1.4): updated ChangeLog by running 'cvs2cl.pl -rtT'

2006-11-03 19:39  lukasfeiler

	* RELEASES (1.4): documented v0.8.0

2006-11-03 19:27  lukasfeiler

	* INSTALL (1.4, RELEASE_0_8_0): added new files to list of
	  installed files

2006-11-03 19:22  lukasfeiler

	* package.xml (1.9): getting ready for v0.8.0

2006-11-03 19:22  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.6, RELEASE_0_8_0):
	  documented a migration strategy to v0.8.0

2006-11-03 16:58  lukasfeiler

	* cases/: case04/case04.php (1.3), case04/case04_debug.php (1.3),
	  case05/case05.php (1.3), case05/case05_debug.php (1.2),
	  case06/case06.php (1.2), case06/case06_debug.php (1.2),
	  case08/case08.php (1.2), case08/case08_debug.php (1.2) (utags:
	  RELEASE_0_8_0, RELEASE_1_0_0): changes for new # prefix and
	  modified condition option

2006-11-03 16:54  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.5): documented #
	  prefix and modified condition option

2006-11-03 16:53  lukasfeiler

	* tests/: XML_Query2XML/settings.php (1.2),
	  XML_Query2XML/ADOdbDefault/db_init.php (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  XML_Query2XML/ADOdbDefault/skipif.php (1.2, RELEASE_1_1_0),
	  XML_Query2XML/ADOdbDefault/skipif_XML_Beautifier.php (1.2),
	  XML_Query2XML/ADOdbException/db_init.php (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  XML_Query2XML/ADOdbException/skipif.php (1.2, RELEASE_1_1_0),
	  XML_Query2XML/ADOdbException/skipif_XML_Beautifier.php (1.2),
	  XML_Query2XML/ADOdbPEAR/db_init.php (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  XML_Query2XML/ADOdbPEAR/skipif.php (1.2, RELEASE_1_1_0),
	  XML_Query2XML/ADOdbPEAR/skipif_XML_Beautifier.php (1.2),
	  XML_Query2XML/DB/db_init.php (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  XML_Query2XML/DB/skipif.php (1.2, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0),
	  XML_Query2XML/DB/skipif_XML_Beautifier.php (1.2),
	  XML_Query2XML/MDB2/db_init.php (1.2, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0),
	  XML_Query2XML/MDB2/skipif.php (1.2),
	  XML_Query2XML/MDB2/skipif_XML_Beautifier.php (1.2),
	  XML_Query2XML_ISO9075Mapper/skipif.php (1.2, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0) (utags: RELEASE_0_8_0,
	  RELEASE_1_0_0): added page-level docblock to all unit test
	  include files

2006-11-03 16:37  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.2), ADOdbDefault/getXML/conditionPrefix_attribute_phpCode.phpt
	  (1.2), ADOdbDefault/getXML/conditionPrefix_element_phpCode.phpt
	  (1.2), ADOdbDefault/getXML/conditionPrefix_value_phpCode.phpt
	  (1.2),
	  ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.2),
	  ADOdbException/getXML/conditionPrefix_attribute_phpCode.phpt
	  (1.2), ADOdbException/getXML/conditionPrefix_element_phpCode.phpt
	  (1.2), ADOdbException/getXML/conditionPrefix_value_phpCode.phpt
	  (1.2),
	  ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.2), ADOdbPEAR/getXML/conditionPrefix_attribute_phpCode.phpt
	  (1.2), ADOdbPEAR/getXML/conditionPrefix_element_phpCode.phpt
	  (1.2), ADOdbPEAR/getXML/conditionPrefix_value_phpCode.phpt (1.2),
	  DB/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.2), DB/getXML/conditionPrefix_attribute_phpCode.phpt (1.2),
	  DB/getXML/conditionPrefix_element_phpCode.phpt (1.2),
	  DB/getXML/conditionPrefix_value_phpCode.phpt (1.2),
	  MDB2/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.2), MDB2/getXML/conditionPrefix_attribute_phpCode.phpt (1.2),
	  MDB2/getXML/conditionPrefix_element_phpCode.phpt (1.2),
	  MDB2/getXML/conditionPrefix_value_phpCode.phpt (1.2): removed
	  tests for old "!" prefix

2006-11-03 16:33  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_applyColumnStringToRecord/callbacks.phpt (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.1),
	  ADOdbDefault/_processComplexElementSpecification/condition_function.phpt
	  (1.1),
	  ADOdbDefault/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.1),
	  ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.1),
	  ADOdbDefault/getXML/conditionPrefix_attribute_callback.phpt
	  (1.1), ADOdbDefault/getXML/conditionPrefix_element_callback.phpt
	  (1.1), ADOdbDefault/getXML/conditionPrefix_value_callback.phpt
	  (1.1), ADOdbException/_applyColumnStringToRecord/callbacks.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.1),
	  ADOdbException/_processComplexElementSpecification/condition_function.phpt
	  (1.1),
	  ADOdbException/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.1),
	  ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.1),
	  ADOdbException/getXML/conditionPrefix_attribute_callback.phpt
	  (1.1),
	  ADOdbException/getXML/conditionPrefix_element_callback.phpt
	  (1.1), ADOdbException/getXML/conditionPrefix_value_callback.phpt
	  (1.1), ADOdbPEAR/_applyColumnStringToRecord/callbacks.phpt (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.1),
	  ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.1),
	  ADOdbPEAR/_processComplexElementSpecification/condition_function.phpt
	  (1.1),
	  ADOdbPEAR/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.1),
	  ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.1), ADOdbPEAR/getXML/conditionPrefix_attribute_callback.phpt
	  (1.1), ADOdbPEAR/getXML/conditionPrefix_element_callback.phpt
	  (1.1), ADOdbPEAR/getXML/conditionPrefix_value_callback.phpt
	  (1.1), DB/_applyColumnStringToRecord/callbacks.phpt (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.1),
	  DB/_processComplexElementSpecification/condition_function.phpt
	  (1.1),
	  DB/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.1),
	  DB/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.1), DB/getXML/conditionPrefix_attribute_callback.phpt (1.1),
	  DB/getXML/conditionPrefix_element_callback.phpt (1.1),
	  DB/getXML/conditionPrefix_value_callback.phpt (1.1),
	  MDB2/_applyColumnStringToRecord/callbacks.phpt (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt
	  (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt
	  (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt
	  (1.1),
	  MDB2/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt
	  (1.1),
	  MDB2/_processComplexElementSpecification/condition_function.phpt
	  (1.1),
	  MDB2/_processComplexElementSpecification/condition_staticMethod.phpt
	  (1.1),
	  MDB2/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt
	  (1.1), MDB2/getXML/conditionPrefix_attribute_callback.phpt (1.1),
	  MDB2/getXML/conditionPrefix_element_callback.phpt (1.1),
	  MDB2/getXML/conditionPrefix_value_callback.phpt (1.1) (utags:
	  RELEASE_0_8_0, RELEASE_1_0_0): new tests for callback prefix and
	  modified condition option

2006-11-03 16:24  lukasfeiler

	* tests/XML_Query2XML/:
	  ADOdbDefault/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes2.phpt (1.2),
	  ADOdbDefault/getXML/asteriskShortcut_attributes3.phpt (1.2),
	  ADOdbDefault/getXML/asteriskShortcut_attributes4.phpt (1.2),
	  ADOdbDefault/getXML/asteriskShortcut_attributes6.phpt (1.2),
	  ADOdbDefault/getXML/asteriskShortcut_elements2.phpt (1.2),
	  ADOdbDefault/getXML/asteriskShortcut_elements3.phpt (1.2),
	  ADOdbDefault/getXML/asteriskShortcut_elements4.phpt (1.2),
	  ADOdbDefault/getXML/asteriskShortcut_elements6.phpt (1.2),
	  ADOdbDefault/getXML/case04.phpt (1.3),
	  ADOdbDefault/getXML/case05.phpt (1.3),
	  ADOdbDefault/getXML/case06.phpt (1.2),
	  ADOdbDefault/getXML/case08.phpt (1.2),
	  ADOdbDefault/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.2),
	  ADOdbDefault/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.2),
	  ADOdbDefault/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.2),
	  ADOdbDefault/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.2),
	  ADOdbDefault/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.2),
	  ADOdbException/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbException/getXML/asteriskShortcut_attributes2.phpt (1.2),
	  ADOdbException/getXML/asteriskShortcut_attributes3.phpt (1.2),
	  ADOdbException/getXML/asteriskShortcut_attributes4.phpt (1.2),
	  ADOdbException/getXML/asteriskShortcut_attributes6.phpt (1.2),
	  ADOdbException/getXML/asteriskShortcut_elements2.phpt (1.2),
	  ADOdbException/getXML/asteriskShortcut_elements3.phpt (1.2),
	  ADOdbException/getXML/asteriskShortcut_elements4.phpt (1.2),
	  ADOdbException/getXML/asteriskShortcut_elements6.phpt (1.2),
	  ADOdbException/getXML/case04.phpt (1.3),
	  ADOdbException/getXML/case05.phpt (1.3),
	  ADOdbException/getXML/case06.phpt (1.2),
	  ADOdbException/getXML/case08.phpt (1.2),
	  ADOdbException/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.2),
	  ADOdbException/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.2),
	  ADOdbException/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.2),
	  ADOdbException/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.2),
	  ADOdbException/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.2),
	  ADOdbPEAR/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes2.phpt (1.2),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes3.phpt (1.2),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes4.phpt (1.2),
	  ADOdbPEAR/getXML/asteriskShortcut_attributes6.phpt (1.2),
	  ADOdbPEAR/getXML/asteriskShortcut_elements2.phpt (1.2),
	  ADOdbPEAR/getXML/asteriskShortcut_elements3.phpt (1.2),
	  ADOdbPEAR/getXML/asteriskShortcut_elements4.phpt (1.2),
	  ADOdbPEAR/getXML/asteriskShortcut_elements6.phpt (1.2),
	  ADOdbPEAR/getXML/case04.phpt (1.3), ADOdbPEAR/getXML/case05.phpt
	  (1.3), ADOdbPEAR/getXML/case06.phpt (1.2),
	  ADOdbPEAR/getXML/case08.phpt (1.2),
	  ADOdbPEAR/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.2),
	  ADOdbPEAR/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.2),
	  ADOdbPEAR/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.2),
	  ADOdbPEAR/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.2),
	  ADOdbPEAR/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.2),
	  DB/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), DB/getXML/asteriskShortcut_attributes2.phpt
	  (1.2), DB/getXML/asteriskShortcut_attributes3.phpt (1.2),
	  DB/getXML/asteriskShortcut_attributes4.phpt (1.2),
	  DB/getXML/asteriskShortcut_attributes6.phpt (1.2),
	  DB/getXML/asteriskShortcut_elements2.phpt (1.2),
	  DB/getXML/asteriskShortcut_elements3.phpt (1.2),
	  DB/getXML/asteriskShortcut_elements4.phpt (1.2),
	  DB/getXML/asteriskShortcut_elements6.phpt (1.2),
	  DB/getXML/case04.phpt (1.3), DB/getXML/case05.phpt (1.3),
	  DB/getXML/case06.phpt (1.2), DB/getXML/case08.phpt (1.2),
	  DB/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.2),
	  DB/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.2), DB/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.2),
	  DB/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.2),
	  DB/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.2),
	  MDB2/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.2, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0), MDB2/getXML/asteriskShortcut_attributes2.phpt
	  (1.2), MDB2/getXML/asteriskShortcut_attributes3.phpt (1.2),
	  MDB2/getXML/asteriskShortcut_attributes4.phpt (1.2),
	  MDB2/getXML/asteriskShortcut_attributes6.phpt (1.2),
	  MDB2/getXML/asteriskShortcut_elements2.phpt (1.2),
	  MDB2/getXML/asteriskShortcut_elements3.phpt (1.2),
	  MDB2/getXML/asteriskShortcut_elements4.phpt (1.2),
	  MDB2/getXML/asteriskShortcut_elements6.phpt (1.2),
	  MDB2/getXML/case04.phpt (1.3), MDB2/getXML/case05.phpt (1.3),
	  MDB2/getXML/case06.phpt (1.2), MDB2/getXML/case08.phpt (1.2),
	  MDB2/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.2),
	  MDB2/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.2),
	  MDB2/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.2),
	  MDB2/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.2),
	  MDB2/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.2) (utags: RELEASE_0_8_0, RELEASE_1_0_0): using "#" prefix
	  instead of "!"; "condition" option is now regular value that
	  needs "#" prefix

2006-11-03 16:22  lukasfeiler

	* XML/Query2XML.php (1.6, RELEASE_0_8_0): no more eval(); "!"
	  prefix was dropped - "#" prefix was introduced; condition option
	  is now evaluated using _applyColumnStringToRecord()

2006-10-30 00:23  lukasfeiler

	* cases/case04/case04.php (1.2), cases/case04/case04_debug.php
	  (1.2), cases/case05/case05.php (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt (1.2),
	  tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/case04.phpt (1.2),
	  tests/XML_Query2XML/ADOdbException/getXML/case05.phpt (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt (1.2),
	  tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt (1.2),
	  tests/XML_Query2XML/DB/getXML/case04.phpt (1.2),
	  tests/XML_Query2XML/DB/getXML/case05.phpt (1.2),
	  tests/XML_Query2XML/MDB2/getXML/case04.phpt (1.2),
	  tests/XML_Query2XML/MDB2/getXML/case05.phpt (1.2),
	  tutorials/XML_Query2XML/XML_Query2XML.pkg (1.4): simplified
	  syntax for Case04 and Case05

2006-10-29 13:11  lukasfeiler

	* README (1.4, RELEASE_1_0_0, RELEASE_0_8_0): documented phpt unit
	  tests; references to testCases.sh removed

2006-10-29 13:09  lukasfeiler

	* tests/testCases.sh (1.2, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0): now not included in
	  the package anymore - only to be used by developers

2006-10-29 13:08  lukasfeiler

	* package.xml (1.8): migrated to package.xml version 2.0

2006-10-29 00:38  lukasfeiler

	* XML/Query2XML.php (1.5): updated references to phpt unit tests

2006-10-28 02:08  lukasfeiler

	* package.xml (1.7): removed references to old PHPUnit2 test files

2006-10-28 01:21  lukasfeiler

	* XML/Query2XML/ISO9075Mapper.php (1.2, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0):
	  removed old @author tag

2006-10-28 01:20  lukasfeiler

	* package.xml (1.6): getting ready for v0.7.1

2006-10-28 01:20  lukasfeiler

	* XML/Query2XML.php (1.4): removed unneeded _runSQLQuery() and
	  splified ADOdb exception message

2006-10-28 01:17  lukasfeiler

	* tests/: XML_Query2XML/settings.php (1.1), ISO9075MapperTest.php
	  (1.2), Query2XMLTest.php (1.3), Query2XMLTestADOdb.php (1.2),
	  Query2XMLTestADOdbException.php (1.2), Query2XMLTestADOdbPEAR.php
	  (1.2), Query2XMLTestDB.php (1.2), Query2XMLTestMDB2.php (1.2):
	  migrated from PHPUnit2 to phpt

2006-10-28 01:13  lukasfeiler

	* tests/: XML_Query2XML/ADOdbPEAR/db_init.php (1.1),
	  XML_Query2XML/ADOdbPEAR/skipif.php (1.1),
	  XML_Query2XML/ADOdbPEAR/skipif_XML_Beautifier.php (1.1),
	  XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.1), XML_Query2XML/ADOdbPEAR/clearProfiling/clearProfiling.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/disableDebugLog/disableDebugLog.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/enableDebugLog/enableDebugLog.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/factory/throwDBException.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getFlatXML/case01.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getFlatXML/simpleSelect.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getFlatXML/throwDBException.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getProfile/getProfile.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getRawProfile/getRawProfile.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes1.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes2.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes3.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes4.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes5.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes6.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements1.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements2.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements3.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements4.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements5.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements6.phpt
	  (1.1), XML_Query2XML/ADOdbPEAR/getXML/case02.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/case03.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), XML_Query2XML/ADOdbPEAR/getXML/case04.phpt (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/case05.phpt (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/case06.phpt (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/case07.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), XML_Query2XML/ADOdbPEAR/getXML/case08.phpt (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_columnName.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_phpCode.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_staticText.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_columnName.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_phpCode.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_staticText.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_columnName.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_phpCode.phpt
	  (1.1),
	  XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_staticText.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/getXML/throwDBException.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/startProfiling/startProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/ADOdbPEAR/stopProfiling/stopProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/NoDBLayer/factory/throwConfigException.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML/NoDBLayer/factory/throwDBException.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/skipif.php (1.1),
	  XML_Query2XML_ISO9075Mapper/map/_X_UC.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/_x.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/at.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/colon.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/curlyBraceClose.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/curlyBraceOpen.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0), XML_Query2XML_ISO9075Mapper/map/equalSign.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/greaterThan.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/invalidNameStartChars.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/invalidNametChars.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0), XML_Query2XML_ISO9075Mapper/map/lessThan.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/poundSign.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0), XML_Query2XML_ISO9075Mapper/map/semicolon.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/space.phpt (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/startWith_XML_UC.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/startWith_xml.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/throwException1.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/throwException2.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/throwException3.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0), XML_Query2XML_ISO9075Mapper/map/unmodified1.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/unmodified2.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/validNameChars.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/validNameStartChars.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/validSpecialChars1.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0),
	  XML_Query2XML_ISO9075Mapper/map/validSpecialChars2.phpt (1.1,
	  RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1,
	  RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0,
	  RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0,
	  RELEASE_0_8_0), XML_Query2XML_ISO9075Mapper/map/variousChars.phpt
	  (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1, RELEASE_1_6_0,
	  RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0,
	  RELEASE_1_0_0, RELEASE_0_8_0): migrated from PHPUnit2 to phpt

2006-10-28 01:09  lukasfeiler

	* tests/XML_Query2XML/: ADOdbDefault/db_init.php (1.1),
	  ADOdbDefault/skipif.php (1.1),
	  ADOdbDefault/skipif_XML_Beautifier.php (1.1),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.1),
	  ADOdbDefault/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.1), ADOdbDefault/clearProfiling/clearProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/disableDebugLog/disableDebugLog.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/enableDebugLog/enableDebugLog.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/factory/throwDBException.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbDefault/getFlatXML/case01.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getFlatXML/simpleSelect.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbDefault/getFlatXML/throwDBException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getProfile/getProfile.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbDefault/getRawProfile/getRawProfile.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes1.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes2.phpt (1.1),
	  ADOdbDefault/getXML/asteriskShortcut_attributes3.phpt (1.1),
	  ADOdbDefault/getXML/asteriskShortcut_attributes4.phpt (1.1),
	  ADOdbDefault/getXML/asteriskShortcut_attributes5.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/asteriskShortcut_attributes6.phpt (1.1),
	  ADOdbDefault/getXML/asteriskShortcut_elements1.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/asteriskShortcut_elements2.phpt (1.1),
	  ADOdbDefault/getXML/asteriskShortcut_elements3.phpt (1.1),
	  ADOdbDefault/getXML/asteriskShortcut_elements4.phpt (1.1),
	  ADOdbDefault/getXML/asteriskShortcut_elements5.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/asteriskShortcut_elements6.phpt (1.1),
	  ADOdbDefault/getXML/case02.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbDefault/getXML/case03.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0), ADOdbDefault/getXML/case04.phpt
	  (1.1), ADOdbDefault/getXML/case05.phpt (1.1),
	  ADOdbDefault/getXML/case06.phpt (1.1),
	  ADOdbDefault/getXML/case07.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbDefault/getXML/case08.phpt (1.1),
	  ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.1),
	  ADOdbDefault/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.1),
	  ADOdbDefault/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.1),
	  ADOdbDefault/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.1),
	  ADOdbDefault/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.1),
	  ADOdbDefault/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.1),
	  ADOdbDefault/getXML/conditionPrefix_attribute_columnName.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/conditionPrefix_attribute_phpCode.phpt (1.1),
	  ADOdbDefault/getXML/conditionPrefix_attribute_staticText.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/conditionPrefix_element_columnName.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/conditionPrefix_element_phpCode.phpt (1.1),
	  ADOdbDefault/getXML/conditionPrefix_element_staticText.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/conditionPrefix_value_columnName.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/conditionPrefix_value_phpCode.phpt (1.1),
	  ADOdbDefault/getXML/conditionPrefix_value_staticText.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/getXML/throwDBException.phpt (1.1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/startProfiling/startProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbDefault/stopProfiling/stopProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0), ADOdbException/db_init.php (1.1),
	  ADOdbException/skipif.php (1.1),
	  ADOdbException/skipif_XML_Beautifier.php (1.1),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_mapSQLIdentifierToXMLName/throwXMLException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_prepareAndExecute/throwDBException_complexQuery.phpt
	  (1.1),
	  ADOdbException/_prepareAndExecute/throwDBException_simpleQuery.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.1), ADOdbException/clearProfiling/clearProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/disableDebugLog/disableDebugLog.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/enableDebugLog/enableDebugLog.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/factory/throwDBException.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbException/getFlatXML/case01.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getFlatXML/simpleSelect.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbException/getFlatXML/throwDBException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getProfile/getProfile.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbException/getRawProfile/getRawProfile.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/asteriskShortcut_attributes1.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/asteriskShortcut_attributes2.phpt (1.1),
	  ADOdbException/getXML/asteriskShortcut_attributes3.phpt (1.1),
	  ADOdbException/getXML/asteriskShortcut_attributes4.phpt (1.1),
	  ADOdbException/getXML/asteriskShortcut_attributes5.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/asteriskShortcut_attributes6.phpt (1.1),
	  ADOdbException/getXML/asteriskShortcut_elements1.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/asteriskShortcut_elements2.phpt (1.1),
	  ADOdbException/getXML/asteriskShortcut_elements3.phpt (1.1),
	  ADOdbException/getXML/asteriskShortcut_elements4.phpt (1.1),
	  ADOdbException/getXML/asteriskShortcut_elements5.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/asteriskShortcut_elements6.phpt (1.1),
	  ADOdbException/getXML/case02.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbException/getXML/case03.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0), ADOdbException/getXML/case04.phpt
	  (1.1), ADOdbException/getXML/case05.phpt (1.1),
	  ADOdbException/getXML/case06.phpt (1.1),
	  ADOdbException/getXML/case07.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), ADOdbException/getXML/case08.phpt (1.1),
	  ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.1),
	  ADOdbException/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.1),
	  ADOdbException/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.1),
	  ADOdbException/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.1),
	  ADOdbException/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.1),
	  ADOdbException/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.1),
	  ADOdbException/getXML/conditionPrefix_attribute_columnName.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/conditionPrefix_attribute_phpCode.phpt
	  (1.1),
	  ADOdbException/getXML/conditionPrefix_attribute_staticText.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/conditionPrefix_element_columnName.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/conditionPrefix_element_phpCode.phpt (1.1),
	  ADOdbException/getXML/conditionPrefix_element_staticText.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/conditionPrefix_value_columnName.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/conditionPrefix_value_phpCode.phpt (1.1),
	  ADOdbException/getXML/conditionPrefix_value_staticText.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/getXML/throwDBException.phpt (1.1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/startProfiling/startProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  ADOdbException/stopProfiling/stopProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0): migrated from PHPUnit2 to phpt

2006-10-28 01:04  lukasfeiler

	* tests/XML_Query2XML/:
	  MDB2/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_createDOMElement/throwXMLException_elementInvalid1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_createDOMElement/throwXMLException_elementInvalid2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_mapSQLIdentifierToXMLName/throwXMLException.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_prepareAndExecute/throwDBException_complexQuery.phpt (1.1),
	  MDB2/_prepareAndExecute/throwDBException_simpleQuery.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.1), MDB2/clearProfiling/clearProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/disableDebugLog/disableDebugLog.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), MDB2/enableDebugLog/enableDebugLog.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/factory/throwDBException.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), MDB2/getFlatXML/case01.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), MDB2/getFlatXML/simpleSelect.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getFlatXML/throwDBException.phpt (1.1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0,
	  RELEASE_1_0_0, RELEASE_0_8_0), MDB2/getProfile/getProfile.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getRawProfile/getRawProfile.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), MDB2/getXML/asteriskShortcut_attributes1.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getXML/asteriskShortcut_attributes2.phpt (1.1),
	  MDB2/getXML/asteriskShortcut_attributes3.phpt (1.1),
	  MDB2/getXML/asteriskShortcut_attributes4.phpt (1.1),
	  MDB2/getXML/asteriskShortcut_attributes5.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getXML/asteriskShortcut_attributes6.phpt (1.1),
	  MDB2/getXML/asteriskShortcut_elements1.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), MDB2/getXML/asteriskShortcut_elements2.phpt
	  (1.1), MDB2/getXML/asteriskShortcut_elements3.phpt (1.1),
	  MDB2/getXML/asteriskShortcut_elements4.phpt (1.1),
	  MDB2/getXML/asteriskShortcut_elements5.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), MDB2/getXML/asteriskShortcut_elements6.phpt
	  (1.1), MDB2/getXML/case02.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), MDB2/getXML/case03.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), MDB2/getXML/case04.phpt (1.1),
	  MDB2/getXML/case05.phpt (1.1), MDB2/getXML/case06.phpt (1.1),
	  MDB2/getXML/case07.phpt (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getXML/case08.phpt (1.1),
	  MDB2/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.1),
	  MDB2/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.1),
	  MDB2/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.1),
	  MDB2/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.1),
	  MDB2/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.1),
	  MDB2/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.1), MDB2/getXML/conditionPrefix_attribute_columnName.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getXML/conditionPrefix_attribute_phpCode.phpt (1.1),
	  MDB2/getXML/conditionPrefix_attribute_staticText.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getXML/conditionPrefix_element_columnName.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getXML/conditionPrefix_element_phpCode.phpt (1.1),
	  MDB2/getXML/conditionPrefix_element_staticText.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getXML/conditionPrefix_value_columnName.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/getXML/conditionPrefix_value_phpCode.phpt (1.1),
	  MDB2/getXML/conditionPrefix_value_staticText.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0), MDB2/getXML/throwDBException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  MDB2/startProfiling/startProfiling.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), MDB2/stopProfiling/stopProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0), MDB2/db_init.php (1.1),
	  MDB2/skipif.php (1.1), MDB2/skipif_XML_Beautifier.php (1.1),
	  DB/_applyColumnStringToRecord/throwConfigException_element1.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_applyColumnStringToRecord/throwConfigException_element2.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_createDOMElement/throwXMLException_elementInvalid1.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_createDOMElement/throwXMLException_elementInvalid2.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_mapSQLIdentifierToXMLName/throwXMLException.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_prepareAndExecute/throwDBException_complexQuery.phpt (1.1),
	  DB/_prepareAndExecute/throwDBException_simpleQuery.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_processComplexElementSpecification/rethrowConfigException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt
	  (1.1), DB/clearProfiling/clearProfiling.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), DB/disableDebugLog/disableDebugLog.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/enableDebugLog/enableDebugLog.phpt (1.1, RELEASE_1_4_0,
	  RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0, RELEASE_1_1_0,
	  RELEASE_1_0_0, RELEASE_0_8_0), DB/factory/throwDBException.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0), DB/getFlatXML/case01.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getFlatXML/simpleSelect.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), DB/getFlatXML/throwDBException.phpt (1.1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getProfile/getProfile.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), DB/getRawProfile/getRawProfile.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/asteriskShortcut_attributes1.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), DB/getXML/asteriskShortcut_attributes2.phpt
	  (1.1), DB/getXML/asteriskShortcut_attributes3.phpt (1.1),
	  DB/getXML/asteriskShortcut_attributes4.phpt (1.1),
	  DB/getXML/asteriskShortcut_attributes5.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), DB/getXML/asteriskShortcut_attributes6.phpt
	  (1.1), DB/getXML/asteriskShortcut_elements1.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/asteriskShortcut_elements2.phpt (1.1),
	  DB/getXML/asteriskShortcut_elements3.phpt (1.1),
	  DB/getXML/asteriskShortcut_elements4.phpt (1.1),
	  DB/getXML/asteriskShortcut_elements5.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), DB/getXML/asteriskShortcut_elements6.phpt (1.1),
	  DB/getXML/case02.phpt (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/case03.phpt (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/case04.phpt (1.1), DB/getXML/case05.phpt (1.1),
	  DB/getXML/case06.phpt (1.1), DB/getXML/case07.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0), DB/getXML/case08.phpt (1.1),
	  DB/getXML/complexAttributeSpecification_complexQuerySpecification.phpt
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt
	  (1.1),
	  DB/getXML/complexAttributeSpecification_conditionOption.phpt
	  (1.1),
	  DB/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt
	  (1.1), DB/getXML/complexAttributeSpecification_valuePrefixes.phpt
	  (1.1),
	  DB/getXML/complexElementSpecification_conditionOption1.phpt
	  (1.1),
	  DB/getXML/complexElementSpecification_conditionOption2.phpt
	  (1.1), DB/getXML/conditionPrefix_attribute_columnName.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/conditionPrefix_attribute_phpCode.phpt (1.1),
	  DB/getXML/conditionPrefix_attribute_staticText.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/conditionPrefix_element_columnName.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/conditionPrefix_element_phpCode.phpt (1.1),
	  DB/getXML/conditionPrefix_element_staticText.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/conditionPrefix_value_columnName.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/getXML/conditionPrefix_value_phpCode.phpt (1.1),
	  DB/getXML/conditionPrefix_value_staticText.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0), DB/getXML/throwDBException.phpt
	  (1.1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0),
	  DB/startProfiling/startProfiling.phpt (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0), DB/stopProfiling/stopProfiling.phpt (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0), DB/db_init.php (1.1),
	  DB/skipif.php (1.1), DB/skipif_XML_Beautifier.php (1.1): migrated
	  from PHPUnit2 to phpt

2006-10-28 00:10  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.3): some
	  clarifications and one additional demonstration of the asterisk
	  shortcut

2006-10-14 21:38  tag RELEASE_0_7_0

2006-10-14 21:38  lukasfeiler

	* ChangeLog (1.3, RELEASE_0_7_0): updated ChangeLog by running
	  cvs2cl.pl -rtT

2006-10-14 21:33  lukasfeiler

	* RELEASES (1.3), package.xml (1.5) (utags: RELEASE_0_7_0): ready
	  for 0.7.0

2006-10-14 21:29  lukasfeiler

	* INSTALL (1.3), README (1.3) (utags: RELEASE_0_7_0): documented
	  the new unit tests Query2XMLTestDB.php, Query2XMLTestMDB2.php,
	  Query2XMLTestADOdb.php, Query2XMLTestADOdbPEAR.php and
	  Query2XMLTestADOdbException.php

2006-10-14 21:28  lukasfeiler

	* tutorials/XML_Query2XML/XML_Query2XML.pkg (1.2, RELEASE_0_7_0):
	  ADOdb support documented

2006-10-14 21:25  lukasfeiler

	* package.xml (1.4): ready for 7.0

2006-10-14 20:36  lukasfeiler

	* XML/Query2XML.php (1.3, RELEASE_0_7_0): added support for the
	  database abstraction library ADOdb

2006-10-14 20:17  lukasfeiler

	* tests/: Query2XMLTest.php (1.2), Query2XMLTestADOdb.php (1.1),
	  Query2XMLTestADOdbException.php (1.1), Query2XMLTestADOdbPEAR.php
	  (1.1), Query2XMLTestDB.php (1.1), Query2XMLTestMDB2.php (1.1)
	  (utags: RELEASE_0_7_0): now using separate test files for DB,
	  MDB2, ADOdb with default error handling, ADOdb with exceptions,
	  ADOdb with PEAR and tests that don't require any database
	  abstraction layer

2006-09-28 12:24  tag RELEASE_0_6_1

2006-09-28 12:24  lukasfeiler

	* package.xml (1.3, RELEASE_0_6_1): ready for 0.6.1

2006-09-28 12:18  lukasfeiler

	* ChangeLog (1.2, RELEASE_0_6_1): updated ChangeLog by running
	  'cvs2cl.pl -rtT'

2006-09-28 12:16  lukasfeiler

	* INSTALL (1.2), README (1.2) (utags: RELEASE_0_6_1): added info
	  about ChangeLog-until-v0.6.0

2006-09-28 12:15  lukasfeiler

	* RELEASES (1.2, RELEASE_0_6_1), package.xml (1.2): added release
	  info for 0.6.1

2006-09-28 12:05  lukasfeiler

	* ChangeLog-until-v0.6.0 (1.1, RELEASE_1_7_0, RELEASE_1_7_0RC1,
	  RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0, RELEASE_1_5_0RC1,
	  RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1, RELEASE_1_2_0,
	  RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0,
	  RELEASE_0_6_1): ChangeLog entries prior to v0.6.0 which was
	  developed at sourceforge

2006-09-28 11:19  lukasfeiler

	* XML/Query2XML.php (1.2, RELEASE_0_6_1): compatibility fix for
	  PHP5 < 5.1.0: added class_exists() calls before using instanceof
	  operator in XML_Query2XML constructor

2006-04-29 09:03  lukasfeiler

	* ChangeLog (1.1), INSTALL (1.1), LICENSE (1.1, RELEASE_1_7_0,
	  RELEASE_1_7_0RC1, RELEASE_1_6_0, RELEASE_1_6_0RC1, RELEASE_1_5_0,
	  RELEASE_1_5_0RC1, RELEASE_1_4_0, RELEASE_1_3_0, RELEASE_1_2_1,
	  RELEASE_1_2_0, RELEASE_1_1_0, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), README (1.1), RELEASES (1.1),
	  package.xml (1.1), XML/Query2XML.php (1.1),
	  XML/Query2XML/ISO9075Mapper.php (1.1, RELEASE_0_7_0,
	  RELEASE_0_6_1), cases/case01/case01.php (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case01/case01.xml (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case02/case02.log (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case02/case02.php (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case02/case02.profile (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case02/case02.xml (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case02/case02_debug.php
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0,
	  RELEASE_0_6_1), cases/case03/case03.log (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case03/case03.php (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case03/case03.profile (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case03/case03.xml (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case03/case03_debug.php
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0,
	  RELEASE_0_6_1), cases/case04/case04.log (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case04/case04.php (1.1, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case04/case04.profile (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case04/case04.xml (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case04/case04_debug.php (1.1, RELEASE_0_7_0,
	  RELEASE_0_6_1), cases/case05/case05.log (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case05/case05.php (1.1, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case05/case05.profile (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case05/case05.xml (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case05/case05_debug.php (1.1, RELEASE_0_7_0,
	  RELEASE_0_6_1), cases/case06/case06.log (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case06/case06.php (1.1, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case06/case06.profile (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case06/case06.xml (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case06/case06_debug.php (1.1, RELEASE_0_7_0,
	  RELEASE_0_6_1), cases/case07/case07.log (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case07/case07.php (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case07/case07.profile (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case07/case07.xml (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case07/case07_debug.php
	  (1.1, RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0,
	  RELEASE_0_6_1), cases/case08/case08.log (1.1, RELEASE_1_0_0,
	  RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case08/case08.php (1.1, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case08/case08.profile (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), cases/case08/case08.xml (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  cases/case08/case08_debug.php (1.1, RELEASE_0_7_0,
	  RELEASE_0_6_1), tests/ISO9075MapperTest.php (1.1, RELEASE_0_7_0,
	  RELEASE_0_6_1), tests/Query2XMLTest.php (1.1, RELEASE_0_6_1),
	  tests/Query2XML_Tests.dm2 (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), tests/Query2XML_Tests.jpg (1.1,
	  RELEASE_1_0_0, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_1),
	  tests/Query2XML_Tests.sql (1.1, RELEASE_1_0_0, RELEASE_0_8_0,
	  RELEASE_0_7_0, RELEASE_0_6_1), tests/testCases.sh (1.1,
	  RELEASE_0_7_0, RELEASE_0_6_1),
	  tutorials/XML_Query2XML/XML_Query2XML.pkg (1.1, RELEASE_0_6_1):
	  all files for XML_Query2XML

