<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/adodb-xmlschema03.inc.php, branch v5.22.11-lsc</title>
<subtitle>adodb PHP Database Abstraction Layer
</subtitle>
<id>https://git.rdm1.uk/adodb/.git/atom?h=v5.22.11-lsc</id>
<link rel='self' href='https://git.rdm1.uk/adodb/.git/atom?h=v5.22.11-lsc'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/'/>
<updated>2023-05-22T13:00:19Z</updated>
<entry>
<title>Coding guidelines</title>
<updated>2023-05-22T13:00:19Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-05-22T11:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=e631bd9cef081f7e235bb90b9db17440e20d4f58'/>
<id>urn:sha1:e631bd9cef081f7e235bb90b9db17440e20d4f58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PHPDoc</title>
<updated>2023-05-22T12:55:36Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-05-22T11:39:19Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=80e5548314a4b7fdbc1b770573d111ac3b570002'/>
<id>urn:sha1:80e5548314a4b7fdbc1b770573d111ac3b570002</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PHP 8.2 dynamic properties deprecation warnings</title>
<updated>2023-03-17T21:55:29Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-03-13T07:31:07Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=ff2cefe7116ca29b0dee003af6fd5a8cb831c036'/>
<id>urn:sha1:ff2cefe7116ca29b0dee003af6fd5a8cb831c036</id>
<content type='text'>
- ADOConnection: add $_metars, $locale, $metaColumnsSQL, $identitySQL,
  $_genSeqSQL, $_dropSeqSQL and $_genIDSQL; add PHPDoc to
  $metaDatabasesSQL $metaTablesSQL
- Exceptions: add $msg property
- DB2: reference parent connection object and fix $_queryID case
- Informix: don't cache version info in SetVersion
- odbtp: define $odbc_name, $_canSelectDb, $_lastAffectedRows properties
  NOTE: this is somewhat academical as the driver is obsolete
- oci8: define $_refcursor property
- sybase: use existing $hasTransactions property instead of $_hastrans
- text: rename unused ADOConnection::$_evalAll property to $evalAll
- perf: define $settings property
- xml: add properties dbTable::$currentPlatform, dbTable::$data,
  dbData::$current_field, adoSchema:$obj

This is adapted from changes proposed in #926
</content>
</entry>
<entry>
<title>xml: fix PHP Notice in dbData::create()</title>
<updated>2022-03-29T09:22:12Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-03-29T09:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=10f09137d071145b0a13a8e1ea226520f202bf7d'/>
<id>urn:sha1:10f09137d071145b0a13a8e1ea226520f202bf7d</id>
<content type='text'>
Fixes #822
</content>
</entry>
<entry>
<title>Fix reported errors in generated documentation</title>
<updated>2022-01-16T17:23:45Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-10-25T17:05:43Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=c89ce556bd5f60a9dc337a3c809163c20c4208a9'/>
<id>urn:sha1:c89ce556bd5f60a9dc337a3c809163c20c4208a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PHP Warning: Undefined array key</title>
<updated>2022-01-01T23:24:42Z</updated>
<author>
<name>Ioannis Igoumenos</name>
<email>ioigoume@admin.grnet.gr</email>
</author>
<published>2021-12-13T07:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=ffdc14e8890a7d82120ae19e472424e569c9cb6e'/>
<id>urn:sha1:ffdc14e8890a7d82120ae19e472424e569c9cb6e</id>
<content type='text'>
Fixes #775

Signed-off-by: Damien Regad &lt;dregad@mantisbt.org&gt;

Changes to original commit:
- use $key variable instead of calling key() function again
- remove unnecessary `@` operator.

Signed-off-by: Damien Regad &lt;dregad@mantisbt.org&gt;
</content>
</entry>
<entry>
<title>Fix PHPDoc blocks</title>
<updated>2021-10-25T16:16:12Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-10-25T16:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=a1433fedb37baaa1487ba0a7e533c8cc8d99bb14'/>
<id>urn:sha1:a1433fedb37baaa1487ba0a7e533c8cc8d99bb14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redo Merge branch 'hotfix/5.21' Standardized file headers</title>
<updated>2021-08-16T22:48:04Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T22:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=d558d101c514beeb8c91f65ae61d106b201dc472'/>
<id>urn:sha1:d558d101c514beeb8c91f65ae61d106b201dc472</id>
<content type='text'>
Try to do it right this time...

# Conflicts:
#	adodb-memcache.lib.inc.php

Fixes #751
</content>
</entry>
<entry>
<title>Revert changes since Standardized file headers merge</title>
<updated>2021-08-16T22:30:04Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T22:30:04Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=507466ef798b18a3a8830230cfcd51bb488513cf'/>
<id>urn:sha1:507466ef798b18a3a8830230cfcd51bb488513cf</id>
<content type='text'>
The conflicts resolution applied when merging the Standardized file
headers (commit e9dcce3df24912ad869d0193f0b419f2309101fc) was seriously
messed up, actually overwriting a number of changes in the master
branch.

Rather than trying to go and fix things one by one which has a high risk
of messing things further, it's easier to redo the merge from a clean
slate, so this commit reverts the following:

- "Merge branch 'hotfix/5.21' Standardized file headers",
  e9dcce3df24912ad869d0193f0b419f2309101fc
- "Merge tag 'v5.21.1'",
  5f437df3104159d5d659f60e31bef8d33c34995f
- "Reset version to 5.22.0-dev"
  af9234a525c3255af051a330164486d73be4c63a
- "Fix incorrect resolution of merge conflicts"
  a6733f61b0165b366c8d2c70d9af82edc3881951.
- "Fix syntax error in toexport.inc.php"
  20b01e83cb61b6b2460f64c7d1277c5f4cc28574.

Fixes #751
</content>
</entry>
<entry>
<title>Merge branch 'hotfix/5.21' Standardized file headers</title>
<updated>2021-08-15T11:39:44Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-15T11:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=e9dcce3df24912ad869d0193f0b419f2309101fc'/>
<id>urn:sha1:e9dcce3df24912ad869d0193f0b419f2309101fc</id>
<content type='text'>
# Conflicts:
#	adodb-active-record.inc.php
#	adodb-active-recordx.inc.php
#	adodb-csvlib.inc.php
#	adodb-datadict.inc.php
#	adodb-error.inc.php
#	adodb-errorhandler.inc.php
#	adodb-errorpear.inc.php
#	adodb-exceptions.inc.php
#	adodb-iterator.inc.php
#	adodb-loadbalancer.inc.php
#	adodb-memcache.lib.inc.php
#	adodb-pager.inc.php
#	adodb-pear.inc.php
#	adodb-perf.inc.php
#	adodb-php4.inc.php
#	adodb-time.inc.php
#	adodb.inc.php
#	datadict/datadict-access.inc.php
#	datadict/datadict-db2.inc.php
#	datadict/datadict-firebird.inc.php
#	datadict/datadict-generic.inc.php
#	datadict/datadict-ibase.inc.php
#	datadict/datadict-informix.inc.php
#	datadict/datadict-mssql.inc.php
#	datadict/datadict-mssqlnative.inc.php
#	datadict/datadict-mysql.inc.php
#	datadict/datadict-oci8.inc.php
#	datadict/datadict-postgres.inc.php
#	datadict/datadict-sapdb.inc.php
#	datadict/datadict-sqlite.inc.php
#	datadict/datadict-sybase.inc.php
#	drivers/adodb-access.inc.php
#	drivers/adodb-ado.inc.php
#	drivers/adodb-ado5.inc.php
#	drivers/adodb-ado_access.inc.php
#	drivers/adodb-ado_mssql.inc.php
#	drivers/adodb-borland_ibase.inc.php
#	drivers/adodb-csv.inc.php
#	drivers/adodb-db2.inc.php
#	drivers/adodb-db2oci.inc.php
#	drivers/adodb-db2ora.inc.php
#	drivers/adodb-fbsql.inc.php
#	drivers/adodb-firebird.inc.php
#	drivers/adodb-ibase.inc.php
#	drivers/adodb-informix.inc.php
#	drivers/adodb-informix72.inc.php
#	drivers/adodb-ldap.inc.php
#	drivers/adodb-mssql.inc.php
#	drivers/adodb-mssqlnative.inc.php
#	drivers/adodb-mssqlpo.inc.php
#	drivers/adodb-mysql.inc.php
#	drivers/adodb-mysqli.inc.php
#	drivers/adodb-mysqlpo.inc.php
#	drivers/adodb-mysqlt.inc.php
#	drivers/adodb-netezza.inc.php
#	drivers/adodb-oci8.inc.php
#	drivers/adodb-oci805.inc.php
#	drivers/adodb-oci8po.inc.php
#	drivers/adodb-oci8quercus.inc.php
#	drivers/adodb-odbc.inc.php
#	drivers/adodb-odbc_db2.inc.php
#	drivers/adodb-odbc_mssql.inc.php
#	drivers/adodb-odbc_oracle.inc.php
#	drivers/adodb-odbtp.inc.php
#	drivers/adodb-odbtp_unicode.inc.php
#	drivers/adodb-oracle.inc.php
#	drivers/adodb-pdo.inc.php
#	drivers/adodb-pdo_dblib.inc.php
#	drivers/adodb-pdo_firebird.inc.php
#	drivers/adodb-pdo_mssql.inc.php
#	drivers/adodb-pdo_mysql.inc.php
#	drivers/adodb-pdo_oci.inc.php
#	drivers/adodb-pdo_pgsql.inc.php
#	drivers/adodb-pdo_sqlite.inc.php
#	drivers/adodb-postgres.inc.php
#	drivers/adodb-postgres64.inc.php
#	drivers/adodb-postgres7.inc.php
#	drivers/adodb-postgres8.inc.php
#	drivers/adodb-postgres9.inc.php
#	drivers/adodb-proxy.inc.php
#	drivers/adodb-sapdb.inc.php
#	drivers/adodb-sqlanywhere.inc.php
#	drivers/adodb-sqlite3.inc.php
#	drivers/adodb-sqlitepo.inc.php
#	drivers/adodb-sybase.inc.php
#	drivers/adodb-sybase_ase.inc.php
#	drivers/adodb-text.inc.php
#	drivers/adodb-vfp.inc.php
#	pear/Auth/Container/ADOdb.php
#	perf/perf-db2.inc.php
#	perf/perf-informix.inc.php
#	perf/perf-mssql.inc.php
#	perf/perf-mssqlnative.inc.php
#	perf/perf-mysql.inc.php
#	perf/perf-oci8.inc.php
#	perf/perf-postgres.inc.php
#	pivottable.inc.php
#	rsfilter.inc.php
#	server.php
#	session/adodb-compress-bzip2.php
#	session/adodb-compress-gzip.php
#	session/adodb-cryptsession.php
#	session/adodb-cryptsession2.php
#	session/adodb-encrypt-mcrypt.php
#	session/adodb-encrypt-md5.php
#	session/adodb-encrypt-secret.php
#	session/adodb-session-clob.php
#	session/adodb-session-clob2.php
#	session/adodb-session.php
#	session/adodb-session2.php
#	session/old/adodb-cryptsession.php
#	session/old/adodb-session-clob.php
#	session/old/adodb-session.php
#	tests/benchmark.php
#	tests/client.php
#	tests/test-datadict.php
#	tests/test-php5.php
#	tests/test.php
#	tests/test3.php
#	tests/test4.php
#	tests/test5.php
#	tests/testcache.php
#	tests/testdatabases.inc.php
#	tests/testmssql.php
#	tests/testoci8.php
#	tests/testoci8cursor.php
#	tests/testpaging.php
#	tests/testpear.php
#	toexport.inc.php
#	tohtml.inc.php
</content>
</entry>
</feed>
