<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb, branch v5.22.2</title>
<subtitle>adodb PHP Database Abstraction Layer
</subtitle>
<id>https://git.rdm1.uk/adodb/.git/atom?h=v5.22.2</id>
<link rel='self' href='https://git.rdm1.uk/adodb/.git/atom?h=v5.22.2'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/'/>
<updated>2022-05-08T10:01:41Z</updated>
<entry>
<title>Bump version to 5.22.2</title>
<updated>2022-05-08T10:01:41Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-05-08T10:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=876bc2287171ea96a571f84c23845e44a759d9a0'/>
<id>urn:sha1:876bc2287171ea96a571f84c23845e44a759d9a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify version update script</title>
<updated>2022-05-08T09:57:23Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-05-08T09:57:23Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=464ea0f17cf188c5beb2658234bc0d098009b206'/>
<id>urn:sha1:464ea0f17cf188c5beb2658234bc0d098009b206</id>
<content type='text'>
Since v5.21.1, the ADOdb version number is only referenced in the
$ADODB_vers global variable in adodb.inc.php, so it is not necessary to
process all library files anymore.

This allows optimization of the version matching regex, to also work
when there is no release date appended.
</content>
</entry>
<entry>
<title>mssql: fix undeclared variable</title>
<updated>2022-05-06T13:42:44Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2022-04-15T02:06:28Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=94030fbcfcac1ae8c835dad70b13c127a3714427'/>
<id>urn:sha1:94030fbcfcac1ae8c835dad70b13c127a3714427</id>
<content type='text'>
Prevents occurrence of PHP notice:
Automatic conversion of false to array is deprecated in PHP 8.1

Fixes #829

(cherry picked from commit 40c3ed6d12354f7a83d40cd18f7bc4983dbbd33b)
</content>
</entry>
<entry>
<title>Update Changelog</title>
<updated>2022-05-06T09:48:08Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-05-06T09:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=89ded25abf41db936cd801473e9d9b6f18689ba8'/>
<id>urn:sha1:89ded25abf41db936cd801473e9d9b6f18689ba8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pgsql: remove is_resource() checks (PHP 8.1 compat)</title>
<updated>2022-05-06T11:52:02Z</updated>
<author>
<name>ReimuHakurei</name>
<email>alex@alexingram.net</email>
</author>
<published>2022-05-06T09:41:03Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=b8661ea2678995ec7a0efeb05e1dadcc957194fd'/>
<id>urn:sha1:b8661ea2678995ec7a0efeb05e1dadcc957194fd</id>
<content type='text'>
Affected_Rows() always returns false on PHP 8.1, because the
'pgsql result' resource has been replaced by the PgSql\Result class [1].

Changes to original contribution:
* Adjust PHPDoc for ADODB_postgres64::$_resultid
* Fix one more occurrence in the postgres7 driver

Fixes #833

[1]: https://www.php.net/manual/en/class.pgsql-result.php

Co-authored-by: Damien Regad &lt;dregad@mantisbt.org&gt;
(cherry picked from commit e3287d6be5545634a6ccbf868919028991a68791)
</content>
</entry>
<entry>
<title>Check for empty param array in ADODB_mysqli::execute()</title>
<updated>2022-04-18T22:54:15Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-04-18T22:54:15Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=e5b1ee305a7ebc1a93d9993a708d2ad9e4df65c3'/>
<id>urn:sha1:e5b1ee305a7ebc1a93d9993a708d2ad9e4df65c3</id>
<content type='text'>
Fixes #832
</content>
</entry>
<entry>
<title>Fix affected_rows() returning false</title>
<updated>2022-04-03T12:02:21Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-04-03T12:02:21Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=3db2fda0aece98011dcf411a747c372668fcd790'/>
<id>urn:sha1:3db2fda0aece98011dcf411a747c372668fcd790</id>
<content type='text'>
When an update or insert query is executed after a select query,
ADODB_mysqli::$isSelectStatement is not reset causing subsequent calls
to affected_rows() to return false instead of the expected number of
rows.

This was marked as fixed in 5.22.1 [1], but in fact it wasn't so the
Changelog has been updated accordingly.

Fixes #820

[1]: see commit aa88f92f95454fdfda3c4a916f7aac68c74c19a3
</content>
</entry>
<entry>
<title>Bump version to 5.22.2-dev</title>
<updated>2022-04-03T11:55:48Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-04-03T11:55:48Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=00b6976f7513cec7dd1e2f62a1584bed1873be70'/>
<id>urn:sha1:00b6976f7513cec7dd1e2f62a1584bed1873be70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.22.1</title>
<updated>2022-03-30T08:49:08Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-03-30T08:47:36Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=64cfc1a65648e4d1245c724ca0c347c9c5eaf2f6'/>
<id>urn:sha1:64cfc1a65648e4d1245c724ca0c347c9c5eaf2f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Changelog</title>
<updated>2022-03-30T08:38:22Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-03-29T15:19:56Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=fa5bdabf46ed949ec269cf0e14c2c8ae62453703'/>
<id>urn:sha1:fa5bdabf46ed949ec269cf0e14c2c8ae62453703</id>
<content type='text'>
</content>
</entry>
</feed>
