<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/adodb-exceptions.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-06-10T14:37:46Z</updated>
<entry>
<title>Fix adodb_throw() ignoring @ operator on PHP 8</title>
<updated>2023-06-10T14:37:46Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-06-10T14:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=943ac8a7de20117d85860a9b67f9eb65c5dfe4d7'/>
<id>urn:sha1:943ac8a7de20117d85860a9b67f9eb65c5dfe4d7</id>
<content type='text'>
error_reporting()'s return value for suppressed errors changed from 0 to
4437 in PHP 8.0.0 [1]. As a result, adodb_throw() throws exceptions when
it is not expected to.

Fixes #981

[1]: https://www.php.net/manual/en/language.operators.errorcontrol.php
</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>Prevent PHP warning if P1 or P2 happen to be an array</title>
<updated>2022-01-01T22:34:39Z</updated>
<author>
<name>Mike</name>
<email>Mike-Benoit@users.noreply.github.com</email>
</author>
<published>2022-01-01T22:34:39Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=f3d56fd8a2affb3eedd2ab82b200f3c66b66daf0'/>
<id>urn:sha1:f3d56fd8a2affb3eedd2ab82b200f3c66b66daf0</id>
<content type='text'>
When an SQL error is triggered and ADOdb attempts to output an error
message, if the parameters happen to be arrays this will prevent
a PHP WARNING from occurring.

Fixes #783 

Co-authored-by: Mike-Benoit &lt;mikeb@timetrex.com&gt;</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>Reset version to avoid merge conflicts</title>
<updated>2021-08-16T22:31:23Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T22:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=eea4fc59246a14083e07949e4d54ac806ebbacce'/>
<id>urn:sha1:eea4fc59246a14083e07949e4d54ac806ebbacce</id>
<content type='text'>
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>Standard file header: /</title>
<updated>2021-08-14T11:09:22Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-04-25T10:19:28Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=32444a6b2e388e775800ecb428106ddd60b3c888'/>
<id>urn:sha1:32444a6b2e388e775800ecb428106ddd60b3c888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.21.1-dev</title>
<updated>2021-03-08T17:38:28Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-03-08T17:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=27a03b4aa9f01924741c77d8fbe0df3d44374cef'/>
<id>urn:sha1:27a03b4aa9f01924741c77d8fbe0df3d44374cef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.21.0</title>
<updated>2021-02-27T11:38:53Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-02-27T11:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=199391f639a0b3346a80d66c00c87230fa3e6a07'/>
<id>urn:sha1:199391f639a0b3346a80d66c00c87230fa3e6a07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.21.0-rc.1</title>
<updated>2021-02-01T23:45:03Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-02-01T23:44:35Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=dd42240492b4d2e8c4cc3fc36c55571326c8421a'/>
<id>urn:sha1:dd42240492b4d2e8c4cc3fc36c55571326c8421a</id>
<content type='text'>
</content>
</entry>
</feed>
